[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 9 / b / 5 / WFHttp / 1.0.1 / WFHttp.podspec.json
blob252313e79d4dcdafbf70fd71ca4e52aad361f7ee
2   "name": "WFHttp",
3   "version": "1.0.1",
4   "summary": "Basic http class for iOS",
5   "homepage": "https://github.com/williamFalcon/WFHttp",
6   "license": "MIT",
7   "authors": {
8     "williamFalcon": "will@hacstudios.com"
9   },
10   "social_media_url": "https://twitter.com/_willfalcon",
11   "source": {
12     "git": "https://github.com/williamFalcon/WFHttp.git",
13     "tag": "v1.0.1"
14   },
15   "source_files": "WFHttp/**/*.{h,m}",
16   "public_header_files": "WFHttp/Public/**/*.{h,m}",
17   "requires_arc": true,
18   "dependencies": {
19     "Reachability": [
21     ]
22   },
23   "platforms": {
24     "ios": "7.0"
25   }