mirror of
https://github.com/wu736139669/ASHReactNative.git
synced 2026-08-06 06:15:01 +00:00
35 lines
551 B
JSON
35 lines
551 B
JSON
{
|
|
"name": "ASHReactNative",
|
|
"version": "1.0",
|
|
"summary": "ASHReactNative",
|
|
"description": "ASHReactNative",
|
|
"license": "MIT",
|
|
"homepage": "http://www.meiyou.com",
|
|
"authors": {
|
|
"xxx": "xxx@qq.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/wu736139669",
|
|
"branch": "master"
|
|
},
|
|
"requires_arc": true,
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "Sources/**/*.{h,m}",
|
|
"dependencies": {
|
|
"AFNetworking": [
|
|
|
|
],
|
|
"MBProgressHUD": [
|
|
|
|
],
|
|
"ZipArchive": [
|
|
|
|
],
|
|
"SDWebImage": [
|
|
|
|
]
|
|
}
|
|
}
|