[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / 0 / JSPatchPlatform / 1.6.1 / JSPatchPlatform.podspec.json
blobefacebd3d839006cacc6456ba6bc4b4c336c97af
2   "name": "JSPatchPlatform",
3   "version": "1.6.1",
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.1",
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       "resources": "JSPatchPlatform.framework",
36       "source_files": "JSPatchPlatform.framework/Headers/*.h",
37       "public_header_files": "JSPatchPlatform.framework/Headers/*.h"
38     },
39     {
40       "name": "Extensions",
41       "ios": {
42         "source_files": "JSPatch/Extensions/*.*",
43         "public_header_files": "JSPatch/Extensions/*.h"
44       },
45       "dependencies": {
46         "JSPatchPlatform/Core": [
48         ]
49       }
50     },
51     {
52       "name": "JPCFunction",
53       "ios": {
54         "source_files": "JSPatch/Extensions/JPCFunction/**/*.*",
55         "public_header_files": "JSPatch/Extensions/JPCFunction/**/*.h"
56       },
57       "dependencies": {
58         "JSPatchPlatform/Core": [
60         ]
61       }
62     },
63     {
64       "name": "JPCFunctionBinder",
65       "ios": {
66         "source_files": "JSPatch/Extensions/JPCFunctionBinder/**/*.*",
67         "public_header_files": "JSPatch/Extensions/JPCFunctionBinder/**/*.h"
68       },
69       "dependencies": {
70         "JSPatchPlatform/Core": [
72         ]
73       }
74     }
75   ]