blob: d08636f54d7d1e26724dd87f82316abded2150e5 [file] [log] [blame]
{
"name": "Netta",
"version": "0.1.3",
"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.3"
},
"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": [
]
}
}