[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / d / 6 / 2 / NetworkSimple / 1.0.1 / NetworkSimple.podspec.json
blob7a4f1b3d26ea5071baec647c6bb215eefa54cdfc
2   "name": "NetworkSimple",
3   "version": "1.0.1",
4   "summary": "Simplifying all network requests",
5   "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",
6   "homepage": "https://github.com/JamieREvans/NetworkSimple",
7   "license": "MIT",
8   "authors": {
9     "Jamie Evans": "jamie.riley.evans@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/JamieREvans/NetworkSimple.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "NSJSONSerialization-NSNullRemoval": [
22       "~> 1.0"
23     ],
24     "Reachability": [
25       "~> 3.2"
26     ]
27   },
28   "source_files": "Pod/Classes",
29   "resource_bundles": {
30     "NetworkSimple": [
31       "Pod/Assets/*.png"
32     ]
33   }