blob: 101948d10e26152917fea392f1768687e74d1491 [file] [log] [blame]
{
"name": "RAImagePicker",
"version": "0.1.0",
"summary": "iMessage-like image picker for iOS +10.0",
"description": "RAImagePicker is a protocol-oriented framework that provides custom features from the built-in Image Picker Edit.",
"homepage": "https://github.com/rallahaseh/RAImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rallahaseh": "rallahaseh@gmail.com"
},
"source": {
"git": "https://github.com/rallahaseh/RAImagePicker.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/rallahaseh",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "RAImagePicker/Classes/**/*",
"resources": [
"RAImagePicker/Assets/*"
],
"frameworks": [
"UIKit",
"Photos",
"Foundation",
"AVFoundation"
],
"pushed_with_swift_version": "4.0"
}