[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 7 / SweetEasing / 0.1 / SweetEasing.podspec.json
blobad186c202c8f951c3cdd83fd48b148dfe2ec51b8
2   "name": "SweetEasing",
3   "version": "0.1",
4   "summary": "Collection of easing functions",
5   "description": "Collection of easing functions. Includes: LinearEasing, Quart In/Out/InOut, Cubic In/Out/InOut, Quart In/Out/InOut",
6   "homepage": "https://github.com/keepcalmandcodecodecode/SweetEasing",
7   "license": "MIT",
8   "authors": {
9     "keepcalmandcodecodecode": "easy.dev@yandex.ru"
10   },
11   "source": {
12     "git": "https://github.com/keepcalmandcodecodecode/SweetEasing.git",
13     "tag": "0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SweetEasing": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"