blob: b5d0b61547bbbd3df4e3533b8fb79289290c8245 [file] [log] [blame]
{
"name": "Netta",
"version": "0.1.2",
"summary": "Simple AFNetworking wrapper.",
"description": "Simple AFNetworking wrapper. Some description.",
"homepage": "https://github.com/zakhej/Netta",
"license": "MIT",
"authors": {
"zakhej": "zakhej.freelance@gmail.com"
},
"source": {
"git": "https://github.com/zakhej/Netta.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/zakhej",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
],
"libextobjc": [
]
}
}