[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 0 / 3 / j2objc-mnca / 2.8 / j2objc-mnca.podspec.json
blob056856081c79b935fcf05325cde105c105a71dd6
2   "name": "j2objc-mnca",
3   "version": "2.8",
4   "summary": "Integrates the pre-built J2ObjC frameworks into your project.",
5   "description": "Downloads the j2objc release and integrates the frameworks into your project.",
6   "homepage": "https://github.com/fepriyadi/j2objc",
7   "license": "private",
8   "authors": {
9     "Fep": "fepriyadihrp@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/fepriyadi/j2objc.git",
13     "tag": "2.8"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": false,
19   "static_framework": true,
20   "preserve_paths": "j2objc_lib/**/*",
21   "public_header_files": "j2objc_lib/include/**/*.h",
22   "source_files": "j2objc_lib/include/**/*.h",
23   "header_mappings_dir": "j2objc_lib/include",
24   "libraries": [
25     "icucore",
26     "z",
27     "iconv"
28   ],
29   "xcconfig": {
30     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/j2objc_lib/include\""
31   }