| { |
| "name": "SZTextureImage", |
| "version": "1.0", |
| "summary": "SZTextureImag 可以将TexturePacker打包(UIKit(Plist))生成的纹理图,分解为小的图片", |
| "homepage": "https://github.com/FrankSong93/SZTextureImage.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "FrankSong93": "songziqiang8888@hotmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/FrankSong93/SZTextureImage.git", |
| "tag": "1.0", |
| "commit": "0a2d5b77a180049b1c7296312781b8556316e3d6" |
| }, |
| "source_files": [ |
| "SZTextureImage/SZCategory/*.{h,m}", |
| "SZTextureImage/SZTools/*.{h,m}" |
| ], |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |