[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / 6 / GDJson / 0.3.0 / GDJson.podspec.json
blob5cbdca6e0c845b47ce5f10e71cd81b3f6790d305
2   "name": "GDJson",
3   "version": "0.3.0",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "J2ObjC implementation of GWT Elemental JSON library.",
9   "homepage": "https://github.com/goodow/realtime",
10   "authors": {
11     "Larry Tin": "dev@goodow.com"
12   },
13   "source": {
14     "git": "https://github.com/goodow/GDJson.git",
15     "tag": "v0.3.0"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.8"
20   },
21   "requires_arc": true,
22   "header_mappings_dir": "Classes/generated/include",
23   "source_files": [
24     "Classes/common",
25     "Classes/generated/include/**/*.h",
26     "Classes/generated/json/**/*.m"
27   ],
28   "dependencies": {
29     "J2ObjC": [
30       "0.8.6.1"
31     ]
32   },
33   "xcconfig": {
34     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
35   }