[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 9 / f / TYKYLibrary / 1.0.0 / TYKYLibrary.podspec.json
blob0c3d7215234b44505a0697bfeeb98f6400e1274b
2   "name": "TYKYLibrary",
3   "version": "1.0.0",
4   "summary": "Library for TYKY",
5   "homepage": "https://github.com/chenteng85912/TYKYLibrary",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CHENTENG": "chenteng85912@163.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/chenteng85912/TYKYLibrary.git",
18     "tag": "1.0.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "AutoLocation",
24       "public_header_files": "TYKYLibrary/AutoLocation/CTLocationViewController.h",
25       "source_files": "TYKYLibrary/AutoLocation/*.{h,m,xib}",
26       "resources": [
27         "TYKYLibrary/AutoLocation/*.png",
28         "TYKYLibrary/AutoLocation/*.plist"
29       ],
30       "frameworks": [
31         "CoreLocation",
32         "MapKit"
33       ]
34     },
35     {
36       "name": "AutoLoopView",
37       "public_header_files": "TYKYLibrary/AutoLoopView/CTAutoLoopViewController.h",
38       "source_files": "TYKYLibrary/AutoLoopView/*.{h,m}"
39     },
40     {
41       "name": "CustomAlbum",
42       "public_header_files": "TYKYLibrary/CustomAlbum/CTCustomAlbumViewController.h",
43       "source_files": "TYKYLibrary/CustomAlbum/*.{h,m,xib}",
44       "resources": "TYKYLibrary/CustomAlbum/*.png",
45       "frameworks": [
46         "AssetsLibrary",
47         "AVFoundation"
48       ]
49     },
50     {
51       "name": "CustomCamera",
52       "public_header_files": "TYKYLibrary/CustomCamera/*.h",
53       "source_files": "TYKYLibrary/CustomCamera/*.{h,m}",
54       "dependencies": {
55         "TYKYLibrary/CustomAlbum": [
57         ]
58       },
59       "frameworks": "AssetsLibrary"
60     },
61     {
62       "name": "CustomLeftMenu",
63       "public_header_files": "TYKYLibrary/CustomLeftMenu/*.h",
64       "source_files": "TYKYLibrary/CustomLeftMenu/*.{h,m}"
65     },
66     {
67       "name": "DownloadTool",
68       "public_header_files": "TYKYLibrary/DownloadTool/*.h",
69       "source_files": "TYKYLibrary/DownloadTool/*.{h,m}"
70     },
71     {
72       "name": "FingerPrint",
73       "public_header_files": "TYKYLibrary/FingerPrint/*.h",
74       "source_files": "TYKYLibrary/FingerPrint/*.{h,m}",
75       "frameworks": "LocalAuthentication"
76     },
77     {
78       "name": "HttpRequest",
79       "public_header_files": "TYKYLibrary/HttpRequest/*.h",
80       "source_files": "TYKYLibrary/HttpRequest/*.{h,m}"
81     },
82     {
83       "name": "OnePhoto",
84       "public_header_files": "TYKYLibrary/OnePhoto/*.h",
85       "source_files": "TYKYLibrary/OnePhoto/*.{h,m}",
86       "dependencies": {
87         "TYKYLibrary/CustomAlbum": [
89         ]
90       },
91       "frameworks": "AssetsLibrary"
92     },
93     {
94       "name": "PageController",
95       "public_header_files": "TYKYLibrary/PageController/*.h",
96       "source_files": "TYKYLibrary/PageController/*.{h,m}"
97     },
98     {
99       "name": "ShowPictures",
100       "public_header_files": "TYKYLibrary/ShowPictures/CTImagePreviewViewController.h",
101       "source_files": "TYKYLibrary/ShowPictures/*.{h,m}",
102       "resources": "TYKYLibrary/ShowPictures/*.png"
103     },
104     {
105       "name": "UploadFile",
106       "public_header_files": "TYKYLibrary/UploadFile/*.h",
107       "source_files": "TYKYLibrary/UploadFile/*.{h,m}"
108     }
109   ]