[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / f / 8 / KYPhotoKit / 2.1.3 / KYPhotoKit.podspec.json
blob9a9c1e36c008031d98a24ff925719d6d8c38e55a
2   "name": "KYPhotoKit",
3   "version": "2.1.3",
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.3",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "resource_bundles": {
23     "KYPhotoKit": [
24       "KYPhotoKit/Assets/**/*"
25     ]
26   },
27   "prefix_header_contents": "#import<KYPhotoKit/KYPhotoKit.h>",
28   "subspecs": [
29     {
30       "name": "base",
31       "source_files": "KYPhotoKit/Classes/base/**/*"
32     },
33     {
34       "name": "sources",
35       "dependencies": {
36         "KYPhotoKit/base": [
38         ]
39       },
40       "source_files": "KYPhotoKit/Classes/sources/**/*"
41     },
42     {
43       "name": "hud",
44       "dependencies": {
45         "KYPhotoKit/base": [
47         ]
48       },
49       "source_files": "KYPhotoKit/Classes/hud/**/*"
50     },
51     {
52       "name": "scanner",
53       "dependencies": {
54         "KYPhotoKit/sources": [
56         ],
57         "KYPhotoKit/hud": [
59         ]
60       },
61       "source_files": "KYPhotoKit/Classes/scanner/**/*"
62     },
63     {
64       "name": "display",
65       "dependencies": {
66         "KYPhotoKit/sources": [
68         ],
69         "KYPhotoKit/scanner": [
71         ],
72         "KYPhotoKit/hud": [
74         ]
75       },
76       "source_files": "KYPhotoKit/Classes/display/**/*"
77     }
78   ]