[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / b / 3 / SugarKit / 0.0.7 / SugarKit.podspec.json
blob5039a26ea6ceee41c4f864db8fe1dbd728fd1e89
2   "name": "SugarKit",
3   "version": "0.0.7",
4   "summary": "Framework which hepls You develop your app faster",
5   "description": "Initial description for Project\nI will hope i change this soon\nnative swift POP",
6   "homepage": "https://github.com/SugarAndCandy/SugarKit.git",
7   "license": "MIT",
8   "authors": {
9     "MAXIM KOLESNIK": "makleso6@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/SugarAndCandy/SugarKit.git",
16     "tag": "0.0.7",
17     "submodules": false
18   },
19   "source_files": "SugarKit/**/*.swift",
20   "swift_version": "4",
21   "subspecs": [
22     {
23       "name": "Router",
24       "source_files": "Router/**/*.swift"
25     },
26     {
27       "name": "Analytics",
28       "source_files": "Analytics/Analytics/Analytics/**/*.swift"
29     },
30     {
31       "name": "FacebookAnalytics",
32       "source_files": "Analytics/FacebookAnalytics/**/*.swift",
33       "dependencies": {
34         "FBSDKCoreKit": [
36         ],
37         "SugarKit/Analytics": [
39         ]
40       }
41     },
42     {
43       "name": "Log",
44       "source_files": "Log/**/*.swift"
45     },
46     {
47       "name": "KeychainStore",
48       "source_files": "KeychainStore/**/*.swift",
49       "dependencies": {
50         "SugarKit/Log": [
52         ]
53       }
54     },
55     {
56       "name": "Record",
57       "source_files": "Record/Record/**/*.swift",
58       "dependencies": {
59         "SugarKit/Log": [
61         ]
62       }
63     }
64   ]