[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / c / 8 / PGMTimer / 0.1.3 / PGMTimer.podspec.json
blob2947f0019fd82d38595b3fe2baf588139170db62
2   "name": "PGMTimer",
3   "version": "0.1.3",
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.3"
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"