[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / 4 / yajl-objc / 0.2.27 / yajl-objc.podspec.json
blob05450d3116590ef7176c36e8ed49a9b86f51cf33
2   "name": "yajl-objc",
3   "version": "0.2.27",
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   },
10   "source": {
11     "git": "https://github.com/a2/yajl-objc.git",
12     "tag": "v0.2.27"
13   },
14   "source_files": [
15     "Classes/*.{h,m}",
16     "Libraries/{GHKit,GTM}/*.{h,m}"
17   ],
18   "dependencies": {
19     "yajl": [
20       "~>1.0.11"
21     ]
22   },
23   "requires_arc": false