blob: 9025ab7a80604d1e78cef7da24f86d4dcf77e34b [file] [log] [blame]
{
"name": "TNKImagePickerController",
"version": "3.6.0",
"summary": "A replacement for UIImagePickerController that can select multiple photos.",
"homepage": "https://github.com/davbeck/TNKImagePickerController",
"screenshots": [
"http://f.cl.ly/items/3c1h0N2X0N0y0a1U240P/IMG_0011.PNG",
"http://f.cl.ly/items/0U473h2X2u211g3A1n0j/IMG_0012.PNG",
"http://f.cl.ly/items/2n0A372v151R1P3p0g0o/IMG_0013.PNG"
],
"license": "MIT",
"authors": {
"David Beck": "code@thinkultimate.com"
},
"source": {
"git": "https://github.com/davbeck/TNKImagePickerController.git",
"tag": "3.6.0"
},
"social_media_url": "https://twitter.com/davbeck",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "TNKImagePickerController/**/*.{h,m,swift}",
"frameworks": [
"UIKit",
"Photos"
]
}