blob: 46c88993cb89239ca22ac6bb46b718ed46390ab3 [file] [log] [blame]
{
"name": "APNSUtil",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "APNSUtil/Classes/**/*",
"dependencies": {
"ObjectMapper": [
"~> 3.1"
]
},
"deprecated": true
}