[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 2 / eli-yajl-objc / 0.3.0 / eli-yajl-objc.podspec.json
blob3737d3bbbd44cd6083d87b4ef8ac566ae9f3c1b7
2   "name": "eli-yajl-objc",
3   "version": "0.3.0",
4   "summary": "Objective-C bindings for YAJL (Yet Another JSON Library) C library",
5   "homepage": "http://lloyd.github.com/yajl",
6   "license": "MIT",
7   "authors": {
8     "Gabriel Handford": "gabrielh@gmail.com",
9     "David Hart": "david@hartbit.com"
10   },
11   "source": {
12     "git": "https://github.com/Xenofex/yajl-objc.git",
13     "tag": "0.3.0"
14   },
15   "source_files": [
16     "Classes/*.{h,m}",
17     "yajl-2.1.0/*.{h,c}",
18     "yajl-2.1.0/api/*.h"
19   ],
20   "public_header_files": "Classes/*.h",
21   "requires_arc": true,
22   "platforms": {
23     "ios": "7.0",
24     "osx": "10.9"
25   }