[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / 6 / CircularStatesView / 1.0 / CircularStatesView.podspec.json
blob9627222dfaff8d5994c435d2fec0c1c8f7da68a3
2   "name": "CircularStatesView",
3   "version": "1.0",
4   "summary": "Custom view to display a vertical connected circular states written in Swift",
5   "description": "A custom view written in Swift that allows you to dispaly a vertical states progress. Real handy when you need to present the user the current state of a progress while showing him the next steps.",
6   "homepage": "https://github.com/orxelm/CircularStatesView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Or Elmaliah": "orxelm@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/OrElm",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/orxelm/CircularStatesView.git",
20     "tag": "1.0"
21   },
22   "source_files": "CircularStatesView/Sources/*.swift",
23   "requires_arc": true,
24   "frameworks": "UIKit"