[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 1 / 2 / PIOSpriteKit / 0.1.0 / PIOSpriteKit.podspec.json
blobfd01fe12f8a4f97897f9724e78eed414a4841b9b
2   "name": "PIOSpriteKit",
3   "version": "0.1.0",
4   "summary": "PIOSpriteKit is a utility library for Apple's SpriteKit. It's goal is to eliminate some boilerplate code and add some usefull components.",
5   "homepage": "https://github.com/pzbyszynski/PIOSpriteKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Piotr Zbyszynski",
11   "social_media_url": "http://twitter.com/styko",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/pzbyszynski/PIOSpriteKit.git",
17     "tag": "0.1.0"
18   },
19   "source_files": [
20     "PIOSpriteKit/Classes",
21     "PIOSpriteKit/Classes/**/*.{h,m}"
22   ],
23   "frameworks": "SpriteKit",
24   "requires_arc": true