[Delete] WalleePaymentSdkStaging 1.4.0
[CocoaPods.git] / Specs / b / f / 8 / KYPhotoKit / 2.1.1 / KYPhotoKit.podspec.json
blob8f23b5e549be1f3d0fe5ee4d0758caf32ab3330b
2   "name": "KYPhotoKit",
3   "version": "2.1.1",
4   "summary": "A simple for system lib photos,and a custom images scanner",
5   "description": "A simple for system lib photos,and a custom images scanner,it just afford some ideas,you still need to do some work before you use it.",
6   "homepage": "https://github.com/massyxf/YPhotokit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "massyxf": "messy007@163.com"
13   },
14   "source": {
15     "git": "https://github.com/massyxf/YPhotokit.git",
16     "tag": "2.1.1",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "subspecs": [
23     {
24       "name": "sources",
25       "source_files": "KYPhotoKit/Classes/sources/**/*"
26     },
27     {
28       "name": "scanner",
29       "dependencies": {
30         "KYPhotoKit/sources": [
32         ]
33       },
34       "source_files": "KYPhotoKit/Classes/scanner/**/*"
35     },
36     {
37       "name": "display",
38       "dependencies": {
39         "KYPhotoKit/sources": [
41         ],
42         "KYPhotoKit/scanner": [
44         ]
45       },
46       "source_files": "KYPhotoKit/Classes/display/**/*"
47     },
48     {
49       "name": "hud",
50       "source_files": "KYPhotoKit/Classes/hud/**/*"
51     }
52   ]