blob: e0b2cf2220d89d618ccbc17d1f00c1a343f8de59 [file] [log] [blame]
{
"name": "LNSelectPhotosModule",
"version": "1.0.1",
"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.1"
},
"source_files": [
"LNPhotosSelectModule",
"LNPhotosSelectModule/**/*.{h,m,xib,png}"
],
"public_header_files": "LNPhotosSelectModule/**/*.h",
"frameworks": [
"UIKit",
"Photos"
],
"requires_arc": true
}