blob: d66344f23d831499a20df2b7ddac00c20aea4244 [file] [log] [blame]
{
"name": "NSData+APNSToken",
"version": "1.0.0",
"license": "Apache2",
"summary": "Category for NSData that converts device tokens into NSString Objects",
"homepage": "https://github.com/aporat/NSData-APNSToken",
"authors": {
"Adar Porat": "adar.porat@gmail.com"
},
"source": {
"git": "https://github.com/aporat/NSData-APNSToken.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"public_header_files": "NSData+APNSToken/*.h",
"source_files": [
"NSData+APNSToken",
"NSData+APNSToken/**/*.{h,m}"
]
}