blob: db1a5ee43d48a67423e6a41bccbd9051f5497bf3 [file] [log] [blame]
{
"name": "TMAssetsPickerController",
"version": "1.1",
"summary": "iOS 8 control that allows picking multiple photos and videos from user's photo library based on Photos.framework",
"description": " \t\tAssetsPickerController is an iOS controller that allows picking\n \t\tmultiple photos and videos from user's photo library.\n\t \tThe usage and look-and-feel just similar to UIImagePickerController.\n \t \tIt uses **ARC**. Requires **Photos** framework and iOS 8.\n",
"homepage": "https://github.com/romahuti2/TMAssetsPickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Roman Huti": "romahuti2@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/romahuti2/TMAssetsPickerController.git",
"tag": "v1.1"
},
"source_files": "TMAssetsPickerController/*.{h,m}",
"resources": "TMAssetsPickerController/Images.xcassets/*.png",
"frameworks": "Photos",
"requires_arc": true
}