[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 7 / f / SwiftKit / 0.11.0 / SwiftKit.podspec.json
bloba6ea8739c031e3842f490fbfa9ed084979e4fb35
2   "name": "SwiftKit",
3   "version": "0.11.0",
4   "summary": "SwiftKit is a collection of simple libraries that make your life easier.",
5   "description": "SwiftKit's main purpose is to jumpstart iOS app development. We strive to deliver multiple small libraries that will solve the most basic things so you will not have to do it yourself.",
6   "homepage": "https://github.com/Brightify/SwiftKit",
7   "license": "MIT",
8   "authors": {
9     "Tadeas Kriz": "tadeas@brightify.org",
10     "Filip Dolnik": "filip@brightify.org"
11   },
12   "source": {
13     "git": "https://github.com/Brightify/SwiftKit.git",
14     "tag": "0.11.0"
15   },
16   "social_media_url": "https://twitter.com/BrightifyOrg",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "AlamofireRequestPerformer/**/*.swift",
23     "JsonSerializer/**/*.swift",
24     "ObjectMapper/**/*.swift",
25     "Router/**/*.swift",
26     "RxRouter/**/*.swift"
27   ],
28   "frameworks": "Foundation",
29   "dependencies": {
30     "Alamofire": [
31       "~> 4.0"
32     ],
33     "HTTPStatusCodes": [
34       "~> 3.1"
35     ],
36     "SwiftyJSON": [
37       "~> 3.1"
38     ],
39     "RxSwift": [
40       "~> 3.0"
41     ],
42     "Result": [
44     ]
45   },
46   "pushed_with_swift_version": "3.0"