blob: 219b0bf03ad483c5f03ec3f09ff85db3bef568e2 [file] [log] [blame]
{
"name": "CTAssetsPickerController",
"version": "1.3.0",
"summary": "iOS control that allows picking multiple photos and videos from user's photo library.",
"description": " CTAssetsPickerController is an iOS controller that allows picking\n multiple photos and videos from user's photo library.\n The usage and look-and-feel just similar to UIImagePickerController.\n It uses **ARC** and requires **AssetsLibrary** framework.\n",
"homepage": "https://github.com/chiunam/CTAssetsPickerController",
"screenshots": "https://raw.github.com/chiunam/CTAssetsPickerController/master/Screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Clement T": "chiunam@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/chiunam/CTAssetsPickerController.git",
"tag": "v1.3.0"
},
"source_files": "CTAssetsPickerController/*.{h,m}",
"resources": "CTAssetsPickerController/Images.xcassets/*/*.png",
"frameworks": "AssetsLibrary",
"requires_arc": true
}