blob: bf28e65513322e8ad89a3386be70b465cfdb2a49 [file] [log] [blame]
{
"name": "CoreJPush",
"version": "1.0.0",
"summary": "三分钟,五句代码,搞定JPush",
"description": "三分钟,五句代码,搞定JPush..",
"homepage": "https://github.com/TedLiuHome/CoreJPush",
"license": "MIT",
"authors": {
"TedLiu": "ihomelp07@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/TedLiuHome/CoreJPush.git",
"tag": "1.0.0",
"commit": "6333df4a257298519d5814e993e51467ef08a7ea"
},
"source_files": "CoreJPush/CoreJPush/**/*.{h,m,a}",
"public_header_files": "CoreJPush/CoreJPush/Lib/*.h",
"frameworks": [
"CFNetwork",
"CoreFoundation",
"CoreTelephony",
"SystemConfiguration",
"Security"
],
"libraries": "z",
"requires_arc": true,
"vendored_libraries": [
"CoreJPush/CoreJPush/Lib/jpush-ios-2.1.6.a"
]
}