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