[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / f / 0 / a / ASTimer / 0.1.5 / ASTimer.podspec.json
blob6403e450db97259a8a40c02d66500dbd04c50310
2   "name": "ASTimer",
3   "version": "0.1.5",
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.5"
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   }