[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / e / 6 / GDJson / 0.5.5 / GDJson.podspec.json
blobd10d3a77d2c9b4a208b85a92b731ab233abc6d32
2   "name": "GDJson",
3   "version": "0.5.5",
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.5"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "requires_arc": true,
22   "header_mappings_dir": "Classes/generated",
23   "source_files": [
24     "Classes/common",
25     "Classes/generated/**/*.{h,m}"
26   ],
27   "dependencies": {
28     "J2ObjC": [
29       "~> 0.9"
30     ]
31   },
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/J2ObjC/dist/include\""
34   }