[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / f / 4 / Animo / 1.3.1 / Animo.podspec.json
bloba42b9a5bd3a557ae9aec3344af0ce3d9695fee24
2   "name": "Animo",
3   "version": "1.3.1",
4   "license": "MIT",
5   "summary": "Bring life to CALayers with SpriteKit-like animation builders.",
6   "homepage": "https://github.com/eure/Animo",
7   "authors": {
8     "John Rommel Estropia": "john.estropia@eure.jp"
9   },
10   "source": {
11     "git": "https://github.com/eure/Animo.git",
12     "tag": "1.3.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "source_files": [
19     "Animo",
20     "Animo/**/*.{swift}"
21   ],
22   "ios": {
23     "frameworks": [
24       "Foundation",
25       "CoreGraphics",
26       "QuartzCore",
27       "UIKit"
28     ]
29   },
30   "osx": {
31     "frameworks": [
32       "Foundation",
33       "CoreGraphics",
34       "QuartzCore",
35       "AppKit"
36     ]
37   },
38   "requires_arc": true,
39   "pushed_with_swift_version": "3.1"