blob: d6a50c4d093af9952c56630b580e6e05764b4e7a [file] [log] [blame]
{
"name": "NSRemoteLog",
"version": "0.0.1",
"license": "MIT",
"summary": "A delightful remote NSLogging library.",
"homepage": "https://github.com/gscalzo/NSRemoteLog",
"authors": {
"Giordano Scalzo": "giordano.scalzo@gmail.com"
},
"source": {
"git": "https://github.com/gscalzo/NSRemoteLog.git",
"tag": "0.0.1"
},
"source_files": "NSRemoteLog/*.{h,m}",
"platforms": {
"ios": null
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>0.9.2"
]
}
}