[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / a / 5 / YAJLO / 0.3.3 / YAJLO.podspec.json
blob85ee6976ea18327c2ee26d6a8a56a9b89de736de
2   "name": "YAJLO",
3   "version": "0.3.3",
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/gabriel/yajl-objc.git",
13     "tag": "0.3.3"
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   }