[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 1 / 6 / Macaw / 0.8.0 / Macaw.podspec.json
blob69b338f32e48967cdbeebcd6df80be35271fa3f0
2   "name": "Macaw",
3   "version": "0.8.0",
4   "summary": "Powerful and easy-to-use vector graphics library with SVG support written in Swift.",
5   "homepage": "https://github.com/exyte/Macaw.git",
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.8.0"
13   },
14   "social_media_url": "http://exyte.com",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "pod_target_xcconfig": {
20     "SWIFT_VERSION": "3.0"
21   },
22   "source_files": [
23     "Source/*.swift",
24     "Source/animation/*.swift",
25     "Source/animation/utils/*.swift",
26     "Source/animation/layer_animation/*.swift",
27     "Source/animation/layer_animation/extensions/*.swift",
28     "Source/animation/types/*.swift",
29     "Source/animation/types/animation_generators/*.swift",
30     "Source/animation/types/animation_generators/cache/*.swift",
31     "Source/bindings/*.swift",
32     "Source/events/*.swift",
33     "Source/model/draw/*.swift",
34     "Source/model/geom2d/*.swift",
35     "Source/model/input/*.swift",
36     "Source/model/scene/*.swift",
37     "Source/render/*.swift",
38     "Source/views/*.swift",
39     "Source/svg/*.swift",
40     "Source/thirdparty/*.swift",
41     "Source/thirdparty/Swift-CAAnimation-Closure/*.swift"
42   ],
43   "dependencies": {
44     "SWXMLHash": [
45       "~> 3.0.0"
46     ]
47   },
48   "pushed_with_swift_version": "3.0"