[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 2 / 8 / 5 / CodeInjection / 1.5.4 / CodeInjection.podspec.json
blobb92d970a2bf84105d61c981c9f1fe3adeac4a677
2   "name": "CodeInjection",
3   "version": "1.5.4",
4   "summary": "CodeInjection save you a lot of compiling time",
5   "description": "Code injection allows you to update the implementation of methods of a class incrementally in the iOS simulator without having to rebuild or restart your application saving developer time. It requires to run the additional InjectionIII Mac app",
6   "homepage": "http://injectionforxcode.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Francisco Javier Trujillo Mata",
12   "source": {
13     "git": "https://github.com/fjtrujy/CodeInjection.git",
14     "tag": "1.5.4"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.12",
19     "tvos": "9.0"
20   },
21   "swift_version": "4.0",
22   "libraries": "z",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "InjectionBundle/CoreInjectionClient.{h,mm}",
28         "InjectionBundle/InjectionClient.{h,mm}",
29         "InjectionBundle/NSObjectSwiftInjection.swift",
30         "InjectionBundle/UIViewControllerSwiftInjection.swift",
31         "InjectionBundle/SwiftEval.swift",
32         "InjectionBundle/SwiftInjection.swift",
33         "InjectionBundle/Vaccine.swift",
34         "InjectionBundle/XprobeSwift-Bridging-Header.h",
35         "InjectionIII/InjectionEnum.h",
36         "InjectionIII/SimpleSocket.{h,mm}",
37         "XprobePlugin/Classes/Xprobe.h",
38         "XprobePlugin/Classes/Xtrace.h",
39         "XprobePlugin/XprobeSwift/SwiftSwizzler.swift",
40         "XprobePlugin/XprobeSwift/XprobeSwift.swift"
41       ]
42     },
43     {
44       "name": "Test",
45       "source_files": [
46         "InjectionBundle/InjectionClient.{h,mm}",
47         "InjectionBundle/NSObjectSwiftInjection.swift",
48         "InjectionBundle/UIViewControllerSwiftInjection.swift",
49         "InjectionBundle/SwiftEval.swift",
50         "InjectionBundle/SwiftInjection.swift",
51         "InjectionBundle/Vaccine.swift",
52         "InjectionBundle/XprobeSwift-Bridging-Header.h",
53         "InjectionIII/InjectionEnum.h",
54         "InjectionIII/SimpleSocket.{h,mm}",
55         "XprobePlugin/Classes/Xprobe.h",
56         "XprobePlugin/Classes/Xtrace.h",
57         "XprobePlugin/XprobeSwift/SwiftSwizzler.swift",
58         "XprobePlugin/XprobeSwift/XprobeSwift.swift",
59         "InjectionBundle/XCTestInjectionClient.{h,mm}",
60         "InjectionBundle/XCTestSwiftInjection.swift"
61       ],
62       "frameworks": "XCTest",
63       "xcconfig": {
64         "LD_RUNPATH_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
65       },
66       "pod_target_xcconfig": {
67         "ENABLE_BITCODE": "NO"
68       }
69     }
70   ]