blob: cbaf3d729013781991f9c2e030e7eecf670d2e0b [file] [log] [blame]
{
"name": "NSData+APNSToken",
"version": "1.2.0",
"summary": "Category for NSData that converts device tokens into NSString Objects",
"homepage": "https://github.com/aporat/NSData-APNSToken",
"license": {
"type": "Apache2"
},
"authors": {
"Adar Porat": "http://github.com/aporat"
},
"social_media_url": "http://twitter.com/aporat28",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/aporat/NSData-APNSToken.git",
"tag": "1.2.0"
},
"source_files": [
"NSData+APNSToken/*.{h,m}"
]
}