blob: 25a1d13d4a923f4ba5a39ae815a2b88af00922e6 [file] [log] [blame]
{
"name": "SImagePicker",
"version": "1.0.2",
"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.0.2"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"SImagePicker/Untils": [
]
}
},
{
"name": "Untils",
"public_header_files": "SImagePicker/Untils/*.h",
"ios": {
"source_files": "SImagePicker/Untils/*.{h,m}"
}
}
]
}