blob: 7506b835254c72e1ccf62f233757e1c2e9a9496d [file] [log] [blame]
{
"name": "APNSUtilAppExtension",
"version": "1.5.0",
"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.5.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "APNSUtil/Classes/**/*",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAPP_EXTENSIONS"
}
}