blob: 237f2b2ac65d21cfdf9384885931b1f977d28321 [file] [log] [blame]
{
"name": "SLPhotosPickerController",
"version": "1.0.1",
"summary": "A Photos Picker Controller (Objective-C & AssetsLibrary).",
"description": "A Photos Picker Controller (Objective-C & AssetsLibrary) Inspired from WeChat and Photos.",
"homepage": "https://github.com/Soul-Beats/SLPhotosPickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Soul-Beats": "lilingfengzero@gmail.com"
},
"source": {
"git": "https://github.com/Soul-Beats/SLPhotosPickerController.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Source/**/*.{h,m}",
"resources": [
"Source/Helper/*.png",
"Source/**/*.xib"
],
"frameworks": "AssetsLibrary",
"requires_arc": true
}