[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / f / KGAnimationView / 0.0.6 / KGAnimationView.podspec.json
blob1ae3be1253bfae60a1271fd06950e757679e6fc2
2   "name": "KGAnimationView",
3   "version": "0.0.6",
4   "summary": "An easy way to create key frame based animations for UIView which are tied to movement based gestures.",
5   "description": "                   * KGAnimationView allows you to add key frame animations to a view.\n                   * The key frame animations are not tied to time but rether to movement.\n                   * You can tie key frame animations to the scroll view did scroll delegate method to create some coole effects.\n",
6   "homepage": "https://github.com/kgellci/KGAnimationView",
7   "license": "Apache License, Version2.0 (LICENSE)",
8   "authors": "Kris Gellci",
9   "platforms": {
10     "ios": null
11   },
12   "source": {
13     "git": "https://github.com/kgellci/KGAnimationView.git",
14     "tag": "0.0.6"
15   },
16   "source_files": [
17     "Classes",
18     "Classes/**/*.{h,m}"
19   ],
20   "exclude_files": "Classes/Exclude",
21   "requires_arc": true