[Add] TaboolaPush 0.1.1
[CocoaPods.git] / Specs / 1 / e / 6 / GDJson / 0.5.0 / GDJson.podspec.json
blob11f4869368f0a28cd36ff250029801e83babd7e5
2   "name": "GDJson",
3   "version": "0.5.0",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "Minimalistic JSON library for Java/Android/iOS/GWT/J2ObjC",
9   "homepage": "https://github.com/goodow/realtime-json",
10   "authors": {
11     "Larry Tin": "dev@goodow.com"
12   },
13   "source": {
14     "git": "https://github.com/goodow/GDJson.git",
15     "tag": "v0.5.0"
16   },
17   "requires_arc": true,
18   "header_mappings_dir": "Classes/generated",
19   "source_files": [
20     "Classes/common",
21     "Classes/generated/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "J2ObjC": [
25       "~> 0.8"
26     ]
27   },
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
30   }