[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 3 / 2 / KGIAnimationView / 0.0.11 / KGIAnimationView.podspec.json
blob8811331a89e19817b6d8a7b9a18a038dee0764ac
2   "name": "KGIAnimationView",
3   "version": "0.0.11",
4   "summary": "An easy way to create key frame based animations for UIView which are tied to movement based gestures.",
5   "description": "                   * KGIAnimationView 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/KGIAnimationView",
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/KGIAnimationView.git",
14     "tag": "0.0.11"
15   },
16   "source_files": [
17     "Classes",
18     "Classes/**/*.{h,m}"
19   ],
20   "exclude_files": "Classes/Exclude",
21   "requires_arc": true