[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 2 / 3 / 9 / LNSelectPhotosModule / 1.0.2 / LNSelectPhotosModule.podspec.json
blob538e688eaaba99ae153e8a36d564983d79a8414d
2   "name": "LNSelectPhotosModule",
3   "version": "1.0.2",
4   "summary": "select photos from Photos library",
5   "description": "select photos from Photos library on iOS",
6   "homepage": "https://github.com/KennyBest/LNSelectPhotos",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lilingjie": "lilingjie1992@gmail.com"
13   },
14   "social_media_url": "https://kennybest.github.io/",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/KennyBest/LNSelectPhotos.git",
20     "tag": "1.0.2"
21   },
22   "source_files": [
23     "LNPhotosSelectModule",
24     "LNPhotosSelectModule/**/*.{h,m}"
25   ],
26   "public_header_files": "LNPhotosSelectModule/**/*.h",
27   "resources": [
28     "LNPhotosSelectModule/**/*.png",
29     "LNPhotosSelectModule/**/LNAssetCollectionViewCell.xib"
30   ],
31   "frameworks": [
32     "UIKit",
33     "Photos"
34   ],
35   "requires_arc": true