| { |
| "name": "SUIUtilities", |
| "version": "1.0.3", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "summary": "A collection of useful Objective-C utilities.", |
| "license": "MIT", |
| "homepage": "https://github.com/randomprocess/SUIUtilities", |
| "authors": { |
| "suio~": "randomprocess@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/randomprocess/SUIUtilities.git", |
| "tag": "1.0.3" |
| }, |
| "requires_arc": true, |
| "public_header_files": "SUIUtilities/*.h", |
| "source_files": "SUIUtilities/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "CoreGraphics", |
| "QuartzCore" |
| ] |
| } |