[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / a / d / SMPauseTimer / 0.2.1 / SMPauseTimer.podspec.json
blobe94d7e4643a8929b31441e22410e1924e587d2ef
2   "name": "SMPauseTimer",
3   "version": "0.2.1",
4   "summary": "Provides the ability to pause an NSTimer.",
5   "description": "Provides the ability to pause an NSTimer & resume at a later time of your choosing. Will also pause & resume when the app changes states.",
6   "homepage": "https://github.com/seanmcneil/SMPauseTimer",
7   "license": "MIT",
8   "authors": {
9     "Sean McNeil": "mcneilsean@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seanmcneil/SMPauseTimer.git",
13     "tag": "0.2.1"
14   },
15   "platforms": {
16     "ios": "8.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SMPauseTimer": [
22       "Pod/Assets/*.png"
23     ]
24   }