blob: e557db3d1001ed5bc6dd22b8ce54d0e7d228b2b2 [file] [log] [blame]
{
"name": "SImagePicker",
"version": "1.1.0",
"summary": "A simple library to pick pictures.",
"homepage": "https://github.com/Cyrex/SImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cyrex": "szwathub@gmail.com"
},
"source": {
"git": "https://github.com/Cyrex/SImagePicker.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"SImagePicker/Utils": [
]
}
},
{
"name": "Utils",
"public_header_files": "SImagePicker/Utils/*.h",
"ios": {
"source_files": "SImagePicker/Utils/*.{h,m}"
}
}
]
}