[Add] Boardy 1.59.1
[CocoaPods.git] / Specs / c / 4 / b / TPPhoto-Swift / 1.0.0 / TPPhoto-Swift.podspec.json
blobda603a5cb60d6b1c72af0a1cace6effd352d2ae3
2   "name": "TPPhoto-Swift",
3   "version": "1.0.0",
4   "summary": "Picture picker and Image browser.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Topredator/TPPhoto-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Topredator": "luyanggold@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Topredator/TPPhoto-Swift.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "resource_bundles": {
23     "TPPhotoSwift": [
24       "TPPhoto-Swift/Assets/*xcassets"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Base",
30       "source_files": "TPPhoto-Swift/Classes/Base/**/*"
31     },
32     {
33       "name": "Picker",
34       "source_files": "TPPhoto-Swift/Classes/Picker/**/*",
35       "dependencies": {
36         "TPPhoto-Swift/Base": [
38         ],
39         "SnapKit": [
41         ],
42         "SVProgressHUD": [
44         ],
45         "TPFoundation-Swift": [
47         ]
48       },
49       "frameworks": "Photos"
50     },
51     {
52       "name": "Previewer",
53       "source_files": "TPPhoto-Swift/Classes/Previewer/**/*",
54       "dependencies": {
55         "TPUIKit-Swift": [
57         ],
58         "SnapKit": [
60         ],
61         "TPPhoto-Swift/Base": [
63         ],
64         "SDWebImage": [
66         ]
67       }
68     }
69   ],
70   "swift_version": "5.0"