blob: 538e688eaaba99ae153e8a36d564983d79a8414d [file] [log] [blame]
{
"name": "LNSelectPhotosModule",
"version": "1.0.2",
"summary": "select photos from Photos library",
"description": "select photos from Photos library on iOS",
"homepage": "https://github.com/KennyBest/LNSelectPhotos",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lilingjie": "lilingjie1992@gmail.com"
},
"social_media_url": "https://kennybest.github.io/",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KennyBest/LNSelectPhotos.git",
"tag": "1.0.2"
},
"source_files": [
"LNPhotosSelectModule",
"LNPhotosSelectModule/**/*.{h,m}"
],
"public_header_files": "LNPhotosSelectModule/**/*.h",
"resources": [
"LNPhotosSelectModule/**/*.png",
"LNPhotosSelectModule/**/LNAssetCollectionViewCell.xib"
],
"frameworks": [
"UIKit",
"Photos"
],
"requires_arc": true
}