[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / b / 6 / 7 / AnimationSeries / 1.0.0 / AnimationSeries.podspec.json
blob1a2e575e537d894251f6d8920ed4133a94d53e92
2   "name": "AnimationSeries",
3   "version": "1.0.0",
4   "summary": "Easy way to create a chain of animation.",
5   "description": "Easy way to create a chain of animation. \nAnimation3 = (Animation1 + Animation2) * 3",
6   "homepage": "https://github.com/gearmamn06/AnimationSeries",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gearmamn06": "gearmamn06@gmail.com"
13   },
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/gearmamn06/AnimationSeries.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "AnimationSeries/Sources/**/*.swift",
24     "AnimationSeries/Sources/AnimationSeries.h"
25   ],
26   "public_header_files": [
27     "AnimationSeries/Sources/AnimationSeries.h"
28   ],
29   "requires_arc": true