[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / f / StepIndicator / 1.0.6.1 / StepIndicator.podspec.json
blob2ff98d725ffa3c47ad571a46deeebae52eb3335d
2   "name": "StepIndicator",
3   "version": "1.0.6.1",
4   "summary": "An iOS Step Indicator Library.",
5   "description": "StepIndicator is an iOS library that indicates steps in an animated way.",
6   "homepage": "https://github.com/chenyun122/StepIndicator",
7   "screenshots": "https://raw.githubusercontent.com/chenyun122/StepIndicator/master/Screenshots/Screenshot.png",
8   "license": "MIT",
9   "authors": {
10     "Yun Chen": "chenyun122@gmail.com"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/chenyun122/StepIndicator.git",
18     "tag": "1.0.6.1"
19   },
20   "source_files": [
21     "StepIndicator",
22     "StepIndicator/**/*.swift"
23   ],
24   "resource_bundles": {
25     "StepIndicator": [
26       "StepIndicator/**/*.xcassets"
27     ]
28   }