Files
ASHReactNative/Pods/Local Podspecs/ASHReactNative.podspec.json
2017-04-10 18:07:30 +08:00

34 lines
561 B
JSON

{
"name": "ASHReactNative",
"version": "1.0",
"summary": "ASHReactNative",
"description": "ASHReactNative",
"license": "MIT",
"homepage": "https://github.com/wu736139669",
"authors": {
"ash": "736139669@qq.com"
},
"source": {
"git": "https://github.com/wu736139669/ASHReactNative.git"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"MBProgressHUD": [
],
"ZipArchive": [
],
"SDWebImage": [
]
}
}