[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 9 / 6 / SwiftySwift / 1.1.1 / SwiftySwift.podspec.json
blob628f09df55b070bf4f1d660dd85e3120e063f920
2   "name": "SwiftySwift",
3   "version": "1.1.1",
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": "1.1.1"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0"
19   },
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "SwiftyCore/*.swift"
24     },
25     {
26       "name": "Cocoa",
27       "source_files": "SwiftyCocoa/*.swift",
28       "dependencies": {
29         "SwiftySwift/Core": [
31         ]
32       }
33     },
34     {
35       "name": "Geometry",
36       "source_files": "SwiftyGeometry/*.swift",
37       "dependencies": {
38         "SwiftySwift/Core": [
40         ]
41       }
42     },
43     {
44       "name": "UIKit",
45       "source_files": "SwiftyUIKit/*.swift",
46       "dependencies": {
47         "SwiftySwift/Cocoa": [
49         ]
50       }
51     },
52     {
53       "name": "MultiRange",
54       "source_files": "MultiRange/*.swift"
55     }
56   ]