[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / a / 9 / DOPageControl / 1.0.1 / DOPageControl.podspec.json
blob1c416f990c70a6c94c5f11513974c6e0545188c2
2   "name": "DOPageControl",
3   "version": "1.0.1",
4   "summary": "Replacement for UIPageControl. Written in Swift",
5   "description": "Provides functionality similar to UIPageControl.\nHas slightly different visual appearence and allows to customize page indicators size, color and spacing",
6   "homepage": "https://github.com/dim0v/DOPageControl",
7   "screenshots": "https://raw.githubusercontent.com/dim0v/DOPageControl/master/Screenshots/Screenshot0.png",
8   "license": "MIT",
9   "authors": {
10     "Dmytro Ovcharenko": "dmyt.ov@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dim0v/DOPageControl.git",
14     "tag": "1.0.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "DOPageControl": [
23       "Pod/Assets/*.png"
24     ]
25   }