blob: ab482b9464b76c125ca4c16924406926783649b0 [file] [log] [blame]
{
"name": "CTAssetsPickerController",
"version": "2.3.1",
"summary": "iOS control that allows picking multiple photos and videos from user's photo library.",
"description": " \t\tCTAssetsPickerController 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 **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.3.1"
},
"source_files": "CTAssetsPickerController/*.{h,m}",
"resources": "CTAssetsPickerController/CTAssetsPicker.xcassets/*/*.png",
"documentation_url": "http://chiunam.github.io/CTAssetsPickerController/",
"frameworks": [
"AssetsLibrary",
"MediaPlayer"
],
"requires_arc": true
}