blob: 2d407a4b1a52e0d3c6f8c34b22b8f2da41440ae3 [file] [log] [blame]
{
"name": "JPushSwift",
"version": "0.1.0",
"summary": "A short description of JPushSwift.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LeeCQ",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ζŽζ˜ŒεΊ†": "hx614614@163.com"
},
"source": {
"git": "https://github.com/LeeCQ/JPushSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JPushSwift/Classes/**/*",
"subspecs": [
{
"name": "JPushSDK",
"source_files": "JpushSwift/JPushSDK/**.h",
"public_header_files": "JpushSwift/JPushSDK/**.h",
"frameworks": [
"CoreFoundation",
"CFNetwork",
"CoreTelephony",
"SystemConfiguration",
"CoreGraphics",
"Foundation",
"UIKit",
"Security",
"UserNotifications",
"WebKit"
],
"libraries": [
"resolv",
"z"
],
"vendored_libraries": "JpushSwift/JPushSDK/*.a",
"pod_target_xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "$(PODS_ROOT)/JpushSwift/JPushSDK"
}
}
]
}