blob: 01d342aeda8d29d4ff1a1184786e05260d383f6b [file] [log] [blame]
{
"name": "Netta",
"version": "0.1.1",
"summary": "Simple AFNetworking wrapper.",
"description": "Some description. Some description. 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.1"
},
"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": [
]
}
}