[Add] SHUJUSHUO 0.2.1
[CocoaPods.git] / Specs / 6 / c / 3 / FlowDK / 0.1.1 / FlowDK.podspec.json
blob237270ade3110960f99f2dc79b77f0e74865318c
2   "name": "FlowDK",
3   "version": "0.1.1",
4   "summary": "FlowDK is an SDK for Swift developers intended to optimize their happiness",
5   "description": "FlowDK is an SDK for Swift developers intended to optimize their happiness by extending the Swift standard library with delightful and useful extensions, utilities, views and more.",
6   "homepage": "https://github.com/FlowDK/FlowDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JP McGlone": "jp@jpmcglone.com"
13   },
14   "source": {
15     "git": "https://github.com/FlowDK/FlowDK.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/FlowDK",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "FlowDK/Core/Classes/**/*",
26       "dependencies": {
27         "CocoaLumberjack/Swift": [
29         ],
30         "SnapKit": [
32         ]
33       }
34     },
35     {
36       "name": "AnyAPI",
37       "source_files": "FlowDK/AnyAPI/Classes/**/*",
38       "dependencies": {
39         "FlowDK/Core": [
41         ],
42         "ObjectMapper": [
44         ],
45         "Alamofire": [
47         ],
48         "AlamofireNetworkActivityIndicator": [
50         ],
51         "AlamofireObjectMapper": [
53         ]
54       }
55     }
56   ]