blob: a21859d938ffb5723d54df01da2ef2b3caadf84f [file] [log] [blame]
{
"name": "CTAssetsPickerController",
"version": "2.9.3",
"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**. Requires **AssetsLibrary** and **MediaPlayer** frameworks.\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": "7.0"
},
"source": {
"git": "https://github.com/chiunam/CTAssetsPickerController.git",
"tag": "v2.9.3"
},
"source_files": "CTAssetsPickerController/*.{h,m}",
"resource_bundles": {
"CTAssetsPickerController": [
"Resources/CTAssetsPicker.xcassets/*/*.png",
"Resources/*.lproj"
]
},
"frameworks": [
"AssetsLibrary",
"MediaPlayer"
],
"requires_arc": true
}