[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 3 / f / BaseKit / 0.2.5 / BaseKit.podspec.json
blob05f5915499a601e69e61f3d95311c5f5a3f66cc6
2   "name": "BaseKit",
3   "version": "0.2.5",
4   "license": "Apache License, Version 2.0",
5   "summary": "BaseKit is a set of IOS class to make your life easier.",
6   "homepage": "https://github.com/brunow/BaseKit",
7   "authors": {
8     "Bruno Wernimont": "bruno.wernimont+github@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/brunow/BaseKit.git",
12     "tag": "0.2.5"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "preserve_paths": [
18     "Examples",
19     "GHUnitIOS.framework",
20     "Test",
21     "Vendor",
22     "README.md",
23     ".gitignore",
24     "BaseKit.xcodeproj",
25     "LICENSE",
26     "form-mapping.png"
27   ],
28   "requires_arc": false,
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Code/Core/*.{h,m}"
33     },
34     {
35       "name": "View",
36       "source_files": "Code/View/*.{h,m}",
37       "dependencies": {
38         "BaseKit/Core": [
40         ]
41       }
42     },
43     {
44       "name": "CellMapping",
45       "source_files": "Code/CellMapping/*.{h,m}",
46       "dependencies": {
47         "BaseKit/Core": [
49         ],
50         "BaseKit/View": [
52         ]
53       }
54     },
55     {
56       "name": "LocationManager",
57       "source_files": "Code/LocationManager/*.{h,m}",
58       "frameworks": "CoreLocation",
59       "dependencies": {
60         "BaseKit/Core": [
62         ]
63       }
64     },
65     {
66       "name": "FormField",
67       "source_files": "Code/FormField/*.{h,m}",
68       "dependencies": {
69         "BaseKit/Core": [
71         ],
72         "BaseKit/View": [
74         ]
75       }
76     },
77     {
78       "name": "FormMapping",
79       "source_files": "Code/FormMapping/*.{h,m}",
80       "dependencies": {
81         "BaseKit/Core": [
83         ],
84         "BaseKit/View": [
86         ],
87         "BaseKit/FormField": [
89         ],
90         "BWLongTextViewController": [
92         ],
93         "ActionSheetPicker2": [
95         ]
96       }
97     }
98   ]