[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 6 / 4 / DZATimer / 0.1.1 / DZATimer.podspec.json
bloba0bbf31f1452582ecc4744e61b85e02178519700
2   "name": "DZATimer",
3   "version": "0.1.1",
4   "summary": "A small timer class.",
5   "description": "The timer continues to track the elapsed time even when the application is in background.\n\nYou can also init the timer with a delegate, and the timer will send an event after every timestep.\n",
6   "homepage": "https://github.com/Dzamir/DZATimer",
7   "license": "MIT",
8   "authors": {
9     "Davide Di Stefano": "dzamirro@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Dzamir/DZATimer.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DZATimer": [
22       "Pod/Assets/*.png"
23     ]
24   }