[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / 6 / e / J2ObjC-Framework / 0.9.8.2.3 / J2ObjC-Framework.podspec.json
blobe92da8aa7459aec49845e6f2501e54d63ad1ff89
2   "name": "J2ObjC-Framework",
3   "version": "0.9.8.2.3",
4   "summary": "Frameworked version of J2ObjC",
5   "homepage": "https://actor.im/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Actor LLC": "steve@actor.im"
12   },
13   "source": {
14     "git": "https://github.com/actorapp/J2ObjC-Framework.git",
15     "tag": "v0.9.8.2.3"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "frameworks": "j2objc",
22   "libraries": [
23     "icucore",
24     "z"
25   ],
26   "prepare_command": "Scripts/download.sh",
27   "preserve_paths": "Frameworks/j2objc.framework",
28   "xcconfig": {
29     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/J2ObjC-Framework/Frameworks\""
30   }