[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / d / 9 / 5 / SKTimer / 0.1.0 / SKTimer.podspec.json
blob83ff8131cace7ebcc7cad4791ec869457b5a3ef0
2   "name": "SKTimer",
3   "version": "0.1.0",
4   "summary": "Easy to use timer for SpriteKit games.",
5   "description": "Easy to set up and use timer for SpriteKit games. A few extra options to set a time limit and get notified when it is reached as well as the ability to speed up and slow down the timer.",
6   "homepage": "https://github.com/KyleGoslan/SKTimer",
7   "license": "MIT",
8   "authors": {
9     "KyleGoslan": "kylegoslan@me.com"
10   },
11   "source": {
12     "git": "https://github.com/KyleGoslan/SKTimer.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/KyleGoslan",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SKTimer": [
23       "Pod/Assets/*.png"
24     ]
25   }