[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 8 / d / JXHTTP / 2.0.0 / JXHTTP.podspec.json
blob56995d3ca64f6484ca90640a04a5e4f7a4aeae0b
2   "name": "JXHTTP",
3   "version": "2.0.0",
4   "source_files": "JXHTTP/*.{h,m}",
5   "homepage": "http://justinouellette.com",
6   "summary": "Networking for iOS and OS X.",
7   "authors": {
8     "Justin Ouellette": "justin.ouellette@gmail.com",
9     "Bryan Irace": "bryan.irace@gmail.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/tumblr/JXHTTP.git",
16     "tag": "2.0.0"
17   },
18   "license": {
19     "type": "MIT",
20     "file": "LICENSE.txt"
21   },
22   "requires_arc": true,
23   "frameworks": "Foundation",
24   "ios": {
25     "weak_frameworks": "UIKit"
26   }