-
-
Notifications
You must be signed in to change notification settings - Fork 385
Expand file tree
/
Copy pathTLPhotoPicker.podspec.json
More file actions
32 lines (32 loc) 路 790 Bytes
/
Copy pathTLPhotoPicker.podspec.json
File metadata and controls
32 lines (32 loc) 路 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "TLPhotoPicker",
"version": "1.8.3",
"summary": "multiple phassets picker for iOS lib. like facebook",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/tilltue/TLPhotoPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wade.hawk": "junhyi.park@gmail.com"
},
"source": {
"git": "https://github.com/tilltue/TLPhotoPicker.git",
"tag": "1.8.3"
},
"platforms": {
"ios": "9.1"
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source_files": "TLPhotoPicker/Classes/**/*",
"resource_bundles": {
"TLPhotoPicker": [
"TLPhotoPicker/Classes/*.xib"
]
},
"resources": "TLPhotoPicker/TLPhotoPickerController.bundle"
}