blob: 4c5570020756586261a22a87b95b171b59945e99 [file] [log] [blame]
{
"name": "HelloCordova",
"version": "1.0.0",
"summary": "在Cordova及插件的基础上封装一些常用的功能",
"homepage": "https://github.com/littleswan/HelloCordova",
"authors": {
"littleswan.app": "littleswan.app@midea.com.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/littleswan/HelloCordova.git",
"tag": "1.0.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"MobileCoreServices",
"CoreGraphics",
"Security",
"SystemConfiguration"
],
"dependencies": {
"Cordova": [
]
},
"subspecs": [
{
"name": "Plugins",
"source_files": "HelloCordova/Plugins/**/*.{h,m}",
"resources": "HelloCordova/Plugins/**/*.png"
}
]
}