blob: 73f56f96af3c98a64e3c6155e0feef2b0a2e3cd5 [file] [log] [blame]
{
"name": "OpalImagePicker",
"version": "2.0.0",
"summary": "Multiple Selection Image Picker for iOS written in Swift",
"homepage": "https://github.com/opalorange/OpalImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"opalorange": "kris@opalorange.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/opalorange/OpalImagePicker.git",
"tag": "2.0.0"
},
"source_files": "OpalImagePicker/Source/*.swift",
"resource_bundles": {
"OpalImagePickerResources": [
"OpalImagePicker/SupportingFiles/**/*.xcassets"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}