[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / c / Parallaxer / 4.0.0 / Parallaxer.podspec.json
blob87f299e515a34d13e434b56bc67d007ebac4e67d
2   "name": "Parallaxer",
3   "version": "4.0.0",
4   "summary": "Craft interactive parallax effects in Swift.",
5   "homepage": "https://github.com/Parallaxer/Parallaxer",
6   "license": "MIT",
7   "authors": {
8     "Clifton Roberts": "clifton.roberts@me.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/Parallaxer/Parallaxer.git",
15     "tag": "4.0.0"
16   },
17   "swift_versions": "5",
18   "default_subspecs": "RxSwift",
19   "subspecs": [
20     {
21       "name": "Base",
22       "source_files": "Sources/Base/**/*.swift"
23     },
24     {
25       "name": "RxSwift",
26       "dependencies": {
27         "Parallaxer/Base": [
29         ],
30         "RxSwift": [
32         ]
33       },
34       "source_files": "Sources/RxSwift/**/*.swift"
35     }
36   ],
37   "swift_version": "5"