[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 0 / 3 / stepr / 0.0.6 / stepr.podspec.json
blob3c9d8ef1775d044c9fae5e5ffe6a6ecfcb08d58b
2   "name": "stepr",
3   "version": "0.0.6",
4   "license": "MIT",
5   "summary": "A stepper input library for iOS with cool animations.",
6   "homepage": "https://github.com/onurersel/stepr",
7   "authors": {
8     "Onur Ersel": "onurersel@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/onurersel/stepr.git",
12     "tag": "0.0.6"
13   },
14   "social_media_url": "https://twitter.com/ethestel",
15   "screenshots": [
16     "https://github.com/onurersel/stepr/raw/master/screenshots/stepr-vertical-numbers.gif",
17     "https://github.com/onurersel/stepr/raw/master/screenshots/stepr-horizontal-months.gif"
18   ],
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "stepr/stepr/*.swift",
23   "resources": [
24     "stepr/images/*.png"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "anim": [
29       "~> 0.0.7"
30     ]
31   }