| { | |
| "name": "USAction", | |
| "version": "1.0", | |
| "summary": "类似SpriteKit的SKAction,你可以在UIKit上使用USAction,用法同SpriteKit的", | |
| "homepage": "https://github.com/Insfgg99x/USAction", | |
| "license": "MIT", | |
| "authors": { | |
| "CGPointZero": "newbox0512@yahoo.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Insfgg99x/USAction.git", | |
| "tag": "1.0" | |
| }, | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ], | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "source_files": "USAction/*.{h,m}", | |
| "requires_arc": true | |
| } |