[Add] CSL-CS710S 1.8.0
[CocoaPods.git] / Specs / 8 / e / 3 / PMHTTP / 1.0.2 / PMHTTP.podspec.json
blob458de43e6a99b436efba5000a5d76f9a4ead0242
2   "name": "PMHTTP",
3   "version": "1.0.2",
4   "summary": "Swift/Obj-C HTTP framework with a focus on REST and JSON",
5   "description": "PMHTTP is an HTTP framework built around NSURLSession and designed for Swift while retaining Obj-C compatibility.",
6   "homepage": "https://github.com/postmates/PMHTTP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE-MIT"
10   },
11   "authors": "Kevin Ballard",
12   "social_media_url": "https://twitter.com/eridius",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/postmates/PMHTTP.git",
21     "tag": "v1.0.2"
22   },
23   "source_files": "Sources",
24   "private_header_files": "Sources/PMHTTPManager*.h",
25   "frameworks": "CFNetwork",
26   "module_map": "Sources/module.modulemap",
27   "dependencies": {
28     "PMJSON": [
29       "~> 1.0"
30     ]
31   }