blob: 90a63091fc3ac2c1c660be414a34d334bdb858e0 [file] [log] [blame]
{
"name": "SImagePicker",
"version": "1.1.1",
"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.1"
},
"platforms": {
"ios": "9.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}"
}
}
]
}