[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / 9 / SpineSpriteKit / 1.0.0 / SpineSpriteKit.podspec.json
blob7276e1e96c706fcefa165644bda0ffc073b83dd2
2   "name": "SpineSpriteKit",
3   "version": "1.0.0",
4   "summary": "Spine renderer for SpriteKit",
5   "description": "Unofficial Spine 2D Runtime Renderer for iOS 7 SpriteKit",
6   "homepage": "https://github.com/victoraldecoa/spine-spritekit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Simon Kim": ""
13   },
14   "source": {
15     "git": "https://github.com/victoraldecoa/spine-spritekit.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/victoraldecoa",
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": "Classes/*.{h,m}",
24   "dependencies": {
25     "ObjectiveSpine": [
26       "~> 1.0.0"
27     ]
28   }