[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / 0 / 8 / d / JXHTTP / 1.0.4 / JXHTTP.podspec.json
blob3a12010f8d3feeed7e1182fbc6fa5266e4a00bcf
2   "name": "JXHTTP",
3   "version": "1.0.4",
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   "source": {
12     "git": "https://github.com/tumblr/JXHTTP.git",
13     "tag": "1.0.4"
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   }