blob: 8a97d1262c239749d7d6fea705b6e9874844f952 [file] [log] [blame]
{
"name": "XLibrary",
"version": "0.1.18",
"summary": "Utilities by x0000ff",
"homepage": "https://github.com/x0000ff/XLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Konstantin Portnov": "x0000ff@gmail.com"
},
"source": {
"git": "https://github.com/x0000ff/XLibrary.git",
"tag": "0.1.18"
},
"platforms": {
"ios": "6.1"
},
"source_files": "XLibrary/**/*.{h,m}",
"resources": "Resources/*.png",
"requires_arc": true,
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"dependencies": {
"MBProgressHUD": [
"~> 0.8"
],
"UIImage-Categories": [
"~> 0.0.1"
]
}
}