[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / a / ASTimer / 0.1.6 / ASTimer.podspec.json
bloba08c7332c0d33206addbe3644b9251eca0e77de5
2   "name": "ASTimer",
3   "version": "0.1.6",
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": "MIT",
8   "authors": {
9     "asowers1": "asow123@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/asowers1/ASTimer.git",
13     "tag": "0.1.6"
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   }