blob: 7a4f1b3d26ea5071baec647c6bb215eefa54cdfc [file] [log] [blame]
{
"name": "NetworkSimple",
"version": "1.0.1",
"summary": "Simplifying all network requests",
"description": " Are you tired of writing long-winded network requests?\n\t\t\t\t\t\t\t\t\t\t\t If you said yes to the previous question, then do we\n\t\t\t\t\t\t\t\t\t\t\t have a tool for you.\n\t\t\t\t\t\t\t\t\t\t\t Introducing NetworkSimple. It's simple, clean, fast and best\n\t\t\t\t\t\t\t\t\t\t\t of all, it's free!\n\t\t\t\t\t\t\t\t\t\t\t Order now and we'll throw in a kitten.\n\t\t\t\t\t\t\t\t\t\t\t ***Kitten may or may not be included.***\n",
"homepage": "https://github.com/JamieREvans/NetworkSimple",
"license": "MIT",
"authors": {
"Jamie Evans": "jamie.riley.evans@gmail.com"
},
"source": {
"git": "https://github.com/JamieREvans/NetworkSimple.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"dependencies": {
"NSJSONSerialization-NSNullRemoval": [
"~> 1.0"
],
"Reachability": [
"~> 3.2"
]
},
"source_files": "Pod/Classes",
"resource_bundles": {
"NetworkSimple": [
"Pod/Assets/*.png"
]
}
}