[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / d / 6 / ErnKit / 0.0.5 / ErnKit.podspec.json
blob5abc76b68757f4a6caa986ccd55c2f0317a28296
2   "name": "ErnKit",
3   "version": "0.0.5",
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.5"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "Source/ErnKit/**/*.{h,m}",
22       "frameworks": "Foundation"
23     },
24     {
25       "name": "UIKitIntegration",
26       "source_files": "Source/ErnKitUIKitIntegration/**/*.{h,m}",
27       "dependencies": {
28         "ErnKit/Core": [
30         ]
31       },
32       "frameworks": [
33         "Foundation",
34         "UIKit",
35         "CoreGraphics"
36       ]
37     },
38     {
39       "name": "MapKitIntegration",
40       "source_files": "Source/ErnKitMapKitIntegration/**/*.{h,m}",
41       "dependencies": {
42         "ErnKit/Core": [
44         ],
45         "ErnKit/UIKitIntegration": [
47         ]
48       },
49       "frameworks": [
50         "Foundation",
51         "UIKit",
52         "MapKit",
53         "CoreLocation",
54         "CoreGraphics"
55       ]
56     },
57     {
58       "name": "RestKitIntegration",
59       "source_files": "Source/ErnKitRestKitIntegration/**/*.{h,m}",
60       "dependencies": {
61         "ErnKit/Core": [
63         ],
64         "RestKit": [
66         ]
67       },
68       "frameworks": "Foundation"
69     }
70   ]