[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / d / 6 / ErnKit / 0.0.8 / ErnKit.podspec.json
blob3ef83a8af2a56808b04351c4f84c2b7de93c3b1e
2   "name": "ErnKit",
3   "version": "0.0.8",
4   "summary": "ErnKit is a framework for simplifying the development of well structured Objective-C apps.",
5   "homepage": "http://github.com/ernstsson/ErnKit",
6   "license": "MIT",
7   "authors": {
8     "Magnus Ernstsson": "magnus@ernstsson.net"
9   },
10   "source": {
11     "git": "https://github.com/ernstsson/ErnKit.git",
12     "tag": "v0.0.8"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": [
19     "Core"
20   ],
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Source/ErnKit/**/*.{h,m}",
25       "frameworks": "Foundation"
26     },
27     {
28       "name": "UIKitIntegration",
29       "source_files": "Source/ErnKitUIKitIntegration/**/*.{h,m}",
30       "dependencies": {
31         "ErnKit/Core": [
33         ]
34       },
35       "frameworks": [
36         "Foundation",
37         "UIKit",
38         "CoreGraphics"
39       ]
40     },
41     {
42       "name": "MapKitIntegration",
43       "source_files": "Source/ErnKitMapKitIntegration/**/*.{h,m}",
44       "dependencies": {
45         "ErnKit/Core": [
47         ],
48         "ErnKit/UIKitIntegration": [
50         ]
51       },
52       "frameworks": [
53         "Foundation",
54         "UIKit",
55         "MapKit",
56         "CoreLocation",
57         "CoreGraphics"
58       ]
59     },
60     {
61       "name": "RestKitIntegration",
62       "source_files": "Source/ErnKitRestKitIntegration/**/*.{h,m}",
63       "dependencies": {
64         "ErnKit/Core": [
66         ],
67         "RestKit": [
69         ]
70       },
71       "frameworks": "Foundation"
72     },
73     {
74       "name": "CoreProtocolTest",
75       "source_files": "ProtocolTests/ErnKit/**/*.{h,m}",
76       "dependencies": {
77         "OCMock": [
79         ],
80         "OCHamcrest": [
82         ]
83       },
84       "frameworks": "Foundation"
85     },
86     {
87       "name": "UIKitIntegrationProtocolTest",
88       "source_files": "ProtocolTests/ErnKitUIKitIntegration/**/*.{h,m}",
89       "dependencies": {
90         "OCMock": [
92         ],
93         "OCHamcrest": [
95         ]
96       },
97       "frameworks": [
98         "Foundation",
99         "UIKit",
100         "CoreGraphics"
101       ]
102     },
103     {
104       "name": "MapKitIntegrationProtocolTest",
105       "source_files": "ProtocolTests/ErnKitMapKitIntegration/**/*.{h,m}",
106       "dependencies": {
107         "OCMock": [
109         ],
110         "OCHamcrest": [
112         ]
113       },
114       "frameworks": [
115         "Foundation",
116         "UIKit",
117         "CoreGraphics",
118         "MapKit"
119       ]
120     }
121   ]