[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 3 / b / Outfit / 0.1.0 / Outfit.podspec.json
blob62976ed7602b8ee04913821cdc44677b53e0be78
2   "name": "Outfit",
3   "version": "0.1.0",
4   "summary": "Composable outfit for your UIKit elements",
5   "description": "Easy UIKit elements styling using functional composition.",
6   "homepage": "https://github.com/fuzza/Outfit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fuzza": "alex.fuzza@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fuzza/Outfit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "default_subspecs": "All",
23   "subspecs": [
24     {
25       "name": "All",
26       "dependencies": {
27         "Outfit/Core": [
29         ],
30         "Outfit/UI": [
32         ]
33       }
34     },
35     {
36       "name": "Core",
37       "source_files": "Outfit/Core/**/*"
38     },
39     {
40       "name": "UI",
41       "source_files": "Outfit/UIKit/**/*",
42       "frameworks": "UIKit",
43       "dependencies": {
44         "Outfit/Core": [
46         ]
47       }
48     }
49   ]