| { |
| "name": "ALUtility", |
| "version": "0.3.7", |
| "summary": "Project Starter for personal usage.", |
| "description": "It's a bunch of categories that make a project development easier", |
| "homepage": "https://github.com/jinbo0122/ALUtility", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jinbo0122": "albert_leee@me.com" |
| }, |
| "source": { |
| "git": "https://github.com/jinbo0122/ALUtility.git", |
| "tag": "0.3.7" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "prefix_header_contents": "#import \"ALExtension.h\"", |
| "source_files": "ALUtility/Classes/**/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "Photos", |
| "CoreGraphics", |
| "ImageIO", |
| "AssetsLibrary", |
| "Security", |
| "QuartzCore", |
| "Foundation", |
| "SystemConfiguration", |
| "AVFoundation", |
| "WebKit" |
| ], |
| "libraries": "z", |
| "dependencies": { |
| "SDWebImage": [ |
| "~> 4.0" |
| ] |
| } |
| } |