[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / 8 / d / JXHTTP / 2.0.2 / JXHTTP.podspec.json
blob98510d460615b875e1b4c0a4a411b1a57b176cf6
2   "name": "JXHTTP",
3   "version": "2.0.2",
4   "source_files": "JXHTTP/*.{h,m}",
5   "homepage": "https://github.com/tumblr/JXHTTP",
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   "source": {
12     "git": "https://github.com/tumblr/JXHTTP.git",
13     "tag": "2.0.2"
14   },
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE.txt"
18   },
19   "requires_arc": true,
20   "frameworks": "Foundation",
21   "ios": {
22     "weak_frameworks": "UIKit"
23   },
24   "osx": {
25     "weak_frameworks": "AppKit"
26   },
27   "platforms": {
28     "ios": "5.0",
29     "osx": "10.7"
30   }