blob: 9441fb0b4246f2046ea18e0e76e4f0626d31a02e [file] [log] [blame]
{
"name": "NetworkSimple",
"version": "1.0.2",
"summary": "Simplifying all network requests",
"description": " Sacrifice control for a whole new level of simplicity. All of your network requests with just one method.\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.2"
},
"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"
]
}
}