blob: 923bd9cb98a8834628751ebd974799c3f35ee603 [file] [log] [blame]
{
"name": "Weexford",
"version": "0.0.1",
"summary": "Weex Plugin",
"description": "Weexplugin Source Description",
"homepage": "https://github.com",
"license": {
"type": "Copyright",
"text": " copyright\n"
},
"authors": {
"frod": "gaojun2004@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gaojungithub2004/weexford.git",
"tag": "0.0.1"
},
"subspecs": [
{
"name": "DownFile",
"source_files": "ios/Sources/DownFile/**/*.{h,m}",
"frameworks": "UIKit",
"public_header_files": "ios/Sources/DownFile/**/*.{h}",
"requires_arc": true,
"dependencies": {
"WeexPluginLoader": [
],
"WeexSDK": [
],
"AFNetworking": [
]
}
},
{
"name": "Else",
"source_files": "ios/Sources/Else/*.{h,m}",
"frameworks": "UIKit",
"public_header_files": "ios/Sources/Else/*.{h}",
"requires_arc": true
}
]
}