blob: 864f69595415e48bbe2b4bed0f748a2f39b71344 [file] [log] [blame]
{
"name": "STCameraPicker",
"version": "1.0.0",
"summary": "STCameraPicker is a UIViewController subclass to capture multiple images via the camera.",
"description": "STCameraPicker is a UIViewController a la UIImagePickerController which allows to capture mutiple images via camera without interrupting.",
"homepage": "https://github.com/sdtaheri/STCameraPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Saeed Taheri": "saeed.taheri@gmail.com"
},
"source": {
"git": "https://github.com/sdtaheri/STCameraPicker.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/saeed_taheri",
"platforms": {
"ios": "9.0"
},
"source_files": "STCameraPicker/Classes/Private/*.{m,h}",
"resource_bundles": {
"Assets": [
"STCameraPicker/Assets/**/*.{png}"
]
},
"frameworks": "UIKit"
}