[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 3 / f / BaseKit / 0.1 / BaseKit.podspec.json
blobec2af0d0cf4cc6633faf995901069d75fbf919d2
2   "name": "BaseKit",
3   "version": "0.1",
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.1"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "requires_arc": false,
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "Code/Core/*.{h,m}"
22     },
23     {
24       "name": "View",
25       "source_files": "Code/View/*.{h,m}",
26       "dependencies": {
27         "BaseKit/Core": [
29         ]
30       }
31     },
32     {
33       "name": "CellMapping",
34       "source_files": "Code/CellMapping/*.{h,m}",
35       "dependencies": {
36         "BaseKit/Core": [
38         ],
39         "BaseKit/View": [
41         ]
42       }
43     }
44   ]