[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 0 / a / ASTimer / 0.1.3 / ASTimer.podspec.json
blobd5a869537b6e8ab91ee4794b7c64994a817568b6
2   "name": "ASTimer",
3   "version": "0.1.3",
4   "summary": "ASTimer is a convinient timer that will observe NSNotificationCenter noticaitons so it can readjust accordingly.",
5   "description": "ASTimer was created to add a convinient way to manage NSTimers that need to persist over background to foreground state changes or other arbitrarly NSNotificationCenter notifications. You will be able to set the initial start time for the timer, a completion block, and listen to NSNotificationCenter notifications to pasuse/resume the timer.",
6   "homepage": "https://github.com/asowers1/ASTimer",
7   "license": "WTFPL",
8   "authors": {
9     "asowers1": "asow123@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/asowers1/ASTimer.git",
13     "tag": "0.1.3"
14   },
15   "social_media_url": "https://twitter.com/andrewsowers",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "ASTimer": [
23       "Pod/Assets/*.png"
24     ]
25   }