blob: 23c346050c2d66de055921e577204d982b67bb23 [file] [log] [blame]
{
"name": "CTAssetsPickerController",
"version": "3.3.1",
"summary": "iOS control that allows picking multiple photos and videos from user's photo library.",
"description": "CTAssetsPickerController is an iOS controller that allows picking\nmultiple photos and videos from user's photo library.\nThe usage and look-and-feel just similar to UIImagePickerController.\nIt uses **ARC** and **Photos** frameworks.",
"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"
},
"social_media_url": "https://twitter.com/chiunam",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chiunam/CTAssetsPickerController.git",
"tag": "v3.3.1"
},
"public_header_files": "CTAssetsPickerController/*.h",
"source_files": "CTAssetsPickerController/**/*.{h,m}",
"resource_bundles": {
"CTAssetsPickerController": [
"CTAssetsPickerController/Resources/CTAssetsPicker.xcassets/*/*.png",
"CTAssetsPickerController/Resources/*.lproj"
]
},
"ios": {
"frameworks": "Photos"
},
"requires_arc": true,
"dependencies": {
"PureLayout": [
"~> 3.0.0"
]
}
}