[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 9 / 6 / SwiftySwift / 2.1.0 / SwiftySwift.podspec.json
bloba9d05330967ecc3ee2eaa052c8b075a686f2ab7a
2   "name": "SwiftySwift",
3   "version": "2.1.0",
4   "summary": "SwiftySwift is a collection of useful extensions for Swift types and Cocoa objects.",
5   "homepage": "https://github.com/adeca/SwiftySwift",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Agustin de Cabrera": "agustindc@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/adeca/SwiftySwift.git",
14     "tag": "2.1.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0"
19   },
20   "pushed_with_swift_version": "3.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "SwiftyCore/*.swift"
25     },
26     {
27       "name": "Cocoa",
28       "source_files": "SwiftyCocoa/*.swift",
29       "dependencies": {
30         "SwiftySwift/Core": [
32         ]
33       }
34     },
35     {
36       "name": "Geometry",
37       "source_files": "SwiftyGeometry/*.swift",
38       "dependencies": {
39         "SwiftySwift/Core": [
41         ]
42       }
43     },
44     {
45       "name": "UIKit",
46       "source_files": "SwiftyUIKit/*.swift",
47       "dependencies": {
48         "SwiftySwift/Cocoa": [
50         ]
51       }
52     },
53     {
54       "name": "MultiRange",
55       "source_files": "MultiRange/*.swift"
56     }
57   ]