[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / c / bais-ios / 1.0.0 / bais-ios.podspec.json
blob34a63c03f73f8f70c4dd7f3aa23e76ea2338c38c
2   "name": "bais-ios",
3   "version": "1.0.0",
4   "summary": "Breezy architecture in Swift for building iOS applications.",
5   "description": "* Breezy architecture in Swift for building iOS applications. It offers lots of functions which simple and easy to use for developer.",
6   "homepage": "https://github.com/Mioke/SwiftArchitectureWithPOP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mioke Klein": "mioke0428@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Mioke/SwiftArchitectureWithPOP.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Assistance",
25       "frameworks": [
26         "UIKit",
27         "Foundation"
28       ],
29       "source_files": "swiftArchitecture/Base/Assistance/**/*.swift"
30     },
31     {
32       "name": "Networking",
33       "frameworks": [
34         "UIKit",
35         "Foundation"
36       ],
37       "source_files": "swiftArchitecture/Base/Networking/**/*.swift",
38       "dependencies": {
39         "Alamofire": [
41         ],
42         "KMCache": [
44         ],
45         "bais-ios/Assistance": [
47         ]
48       }
49     },
50     {
51       "name": "Persistance",
52       "frameworks": [
53         "UIKit",
54         "Foundation"
55       ],
56       "source_files": "swiftArchitecture/Base/Persistance/**/*.swift",
57       "dependencies": {
58         "FMDB": [
60         ],
61         "bais-ios/Assistance": [
63         ]
64       }
65     },
66     {
67       "name": "RxExtension",
68       "source_files": "swiftArchitecture/Base/RxExtension/**/*.swift",
69       "dependencies": {
70         "bais-ios/Assistance": [
72         ],
73         "bais-ios/Networking": [
75         ],
76         "RxSwift": [
77           "~> 3.0"
78         ]
79       }
80     }
81   ]