[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / 0 / JSPatchPlatform / 1.6.2 / JSPatchPlatform.podspec.json
blobadaf56f4ce9cee3eae4c56214821e189c78762c0
2   "name": "JSPatchPlatform",
3   "version": "1.6.2",
4   "summary": "jspatch.com SDK",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "http://jspatch.com",
10   "authors": {
11     "bang590": "bang590@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/bang590",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/bang590/JSPatchPlatform.git",
19     "tag": "1.6.2",
20     "submodules": true
21   },
22   "frameworks": [
23     "Foundation",
24     "JavaScriptCore"
25   ],
26   "libraries": "z",
27   "default_subspecs": "Core",
28   "pod_target_xcconfig": {
29     "OTHER_LDFLAGS": "-ObjC"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "vendored_frameworks": "JSPatchPlatform.framework",
35       "source_files": "JSPatchPlatform.framework/Headers/*.h"
36     },
37     {
38       "name": "Extensions",
39       "ios": {
40         "source_files": "JSPatch/Extensions/*",
41         "dependencies": {
42           "JSPatchPlatform/Core": [
44           ]
45         }
46       }
47     },
48     {
49       "name": "JPCFunction",
50       "ios": {
51         "source_files": "JSPatch/Extensions/JPCFunction/**/*",
52         "dependencies": {
53           "JSPatchPlatform/Core": [
55           ]
56         }
57       }
58     },
59     {
60       "name": "JPCFunctionBinder",
61       "ios": {
62         "source_files": "JSPatch/Extensions/JPCFunctionBinder/**/*",
63         "dependencies": {
64           "JSPatchPlatform/Core": [
66           ]
67         }
68       }
69     }
70   ]