[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / c / 7 / SKTUtils / 1.0 / SKTUtils.podspec.json
blobfcc7116f29f7b01dbeddaf1a8b044cdfafc5424c
2   "name": "SKTUtils",
3   "version": "1.0",
4   "summary": "Sprite Kit helper classes and functions. From the book iOS Games by Tutorials.",
5   "homepage": "https://github.com/raywenderlich/SKTUtils",
6   "authors": [
7     "Matthijs Hollemans"
8   ],
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/Memorado/SKTUtils.git",
12     "tag": "1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "SKTUtils/*.{h,m}",
18   "requires_arc": true,
19   "ios": {
20     "frameworks": [
21       "SpriteKit",
22       "QuartzCore",
23       "CoreGraphics",
24       "UIKit"
25     ]
26   }