[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 1 / 6 / Macaw / 0.7.0 / Macaw.podspec.json
blob99d4bbadb55d6051d394c32484141b436df049cd
2   "name": "Macaw",
3   "version": "0.7.0",
4   "summary": "Powerful and easy-to-use vector graphics library with SVG support written in Swift.",
5   "homepage": "https://github.com/exyte/Macaw",
6   "license": "MIT",
7   "authors": {
8     "Igor Zapletnev": "igor.zapletnev@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/exyte/Macaw.git",
12     "tag": "0.7.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "3.0"
20   },
21   "source_files": [
22     "Source/*.swift",
23     "Source/animation/*.swift",
24     "Source/animation/utils/*.swift",
25     "Source/animation/layer_animation/*.swift",
26     "Source/animation/layer_animation/extensions/*.swift",
27     "Source/animation/types/*.swift",
28     "Source/animation/types/animation_generators/*.swift",
29     "Source/animation/types/animation_generators/cache/*.swift",
30     "Source/bindings/*.swift",
31     "Source/events/*.swift",
32     "Source/model/draw/*.swift",
33     "Source/model/geom2d/*.swift",
34     "Source/model/input/*.swift",
35     "Source/model/scene/*.swift",
36     "Source/render/*.swift",
37     "Source/views/*.swift",
38     "Source/svg/*.swift",
39     "Source/thirdparty/*.swift",
40     "Source/thirdparty/Swift-CAAnimation-Closure/*.swift"
41   ],
42   "dependencies": {
43     "SWXMLHash": [
44       "~> 3.0.0"
45     ],
46     "RxSwift": [
47       "3.0.0-beta.1"
48     ]
49   }