blob: 5eb33fda531d214b7a0dce53ad62504b524591a6 [file] [log] [blame]
{
"name": "APNSUtilAppExtension",
"version": "1.1.4",
"summary": "APNSUtil is makes code simple using apple push notification service.",
"description": "APNSUtil is makes code simple using apple push notification service.",
"homepage": "https://github.com/pisces/APNSUtil",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pisces": "hh963103@gmail.com"
},
"source": {
"git": "https://github.com/pisces/APNSUtil.git",
"tag": "1.1.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "APNSUtil/Classes/**/*",
"dependencies": {
"ObjectMapper": [
"~> 3.1"
]
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}