blob: 79a23065fafd647e1bd86dd4146730b9b8dbd683 [file] [log] [blame]
{
"name": "ALUtility",
"version": "0.3.9",
"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.9"
},
"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"
]
}
}