[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 5 / SKTimer / 0.1.1 / SKTimer.podspec.json
blobd8c73d8c0e3614612fb8891c1b962cbcfafe817c
2   "name": "SKTimer",
3   "version": "0.1.1",
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.1"
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   }