[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / 8 / 1 / dyci / 0.1.5.6 / dyci.podspec.json
blob94e28c70db64ded397a33b519495a3478a07ce7e
2   "name": "dyci",
3   "version": "0.1.5.6",
4   "summary": "Dynamic code injection tool. Allows to inject code at runtime.",
5   "homepage": "https://github.com/DyCI/dyci-main",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Paul Taykalo": "tt.kilew@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/DyCI/dyci-main.git",
15     "tag": "v0.1.5.6"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "Dynamic Code Injection/dyci/**/*.{h,m}",
22   "exclude_files": "Dynamic Code Injection/dyci/Classes/Injections/NSObject*.{h,m}",
23   "default_subspecs": "Injections",
24   "prefix_header_contents": "",
25   "subspecs": [
26     {
27       "name": "Injections",
28       "requires_arc": false,
29       "source_files": "Dynamic Code Injection/dyci/Classes/Injections/NSObject*.{h,m}",
30       "compiler_flags": "-fno-objc-arc"
31     }
32   ]