[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / 3 / SugarKit / 0.0.4 / SugarKit.podspec.json
blobe3b661d8be0ab50e1a55a8c1256c03e9e8182c5a
2   "name": "SugarKit",
3   "version": "0.0.4",
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.4",
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   ]