[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 1 / a / 9 / DOPageControl / 1.3.2 / DOPageControl.podspec.json
blobd5b1aa9c402f22b74b845200847069a22a45372f
2   "name": "DOPageControl",
3   "version": "1.3.2",
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.3.2"
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   }