blob: 0a777f56d6339a4c4104d659a20172bdbabfa38f [file] [log] [blame]
{
"name": "SImagePicker",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Untils",
"public_header_files": "SImagePicker/Untils/*.h",
"ios": {
"source_files": "SImagePicker/Untils/*.{h,m}"
}
}
]
}