[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / c / 8 / PGMTimer / 0.1.2 / PGMTimer.podspec.json
blob0276c05c7ccd387fff42e187abe4bb2a268765e5
2   "name": "PGMTimer",
3   "version": "0.1.2",
4   "summary": "Swift Timer: start, stop, pause, resume.",
5   "description": "This is a simple class to provide a Swift Timer with the following features: start, stop, pause, resume.",
6   "homepage": "https://github.com/pablogm/PGMTimer",
7   "license": "MIT",
8   "authors": {
9     "Pablo GM": "invanzert@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pablogm/PGMTimer.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PGMTimer": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "Foundation"