blob: 3d4ef6ad621a42f29148bf958e6e130c0677d8a7 [file] [log] [blame]
{
"name": "CTAssetsPickerController",
"version": "3.0.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\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 **Photos** 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"
},
"social_media_url": "https://twitter.com/chiunam",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chiunam/CTAssetsPickerController.git",
"tag": "v3.0.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": [
"~> 2.0.0"
]
}
}