blob: 7fd63f1d81888d1eb86e951d38abd696f2ed2875 [file] [log] [blame]
{
"name": "SImagePicker",
"version": "1.1.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.1.2"
},
"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}"
}
}
]
}