blob: ca94f7bf69514af64bdfee69e6d821de32292da1 [file] [log] [blame]
{
"name": "KITAssetsPickerController",
"version": "1.0.6",
"summary": "iOS control that allows picking multiple photos from custom data sources.",
"description": "KITAssetsPickerController is an iOS controller that allows picking\nmultiple photos from custom data sources..\nThe usage and look-and-feel just similar to UIImagePickerController.\nIt uses **ARC**.",
"homepage": "https://github.com/OceanLabs/KITAssetsPickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kostas Karayannis": "kkarayannis@gmail.com"
},
"social_media_url": "https://twitter.com/kkarayannis",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Oceanlabs/KITAssetsPickerController.git",
"tag": "1.0.6"
},
"public_header_files": "KITAssetsPickerController/*.h",
"source_files": "KITAssetsPickerController/**/*.{h,m}",
"resource_bundles": {
"KITAssetsPickerController": [
"KITAssetsPickerController/Resources/KITAssetsPicker.xcassets/*/*.png",
"KITAssetsPickerController/Resources/*.lproj"
]
},
"requires_arc": true,
"dependencies": {
"PureLayout": [
"~> 3.0.0"
]
}
}