[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / c / 4 / f / LSToolsKit / 1.0.6 / LSToolsKit.podspec.json
blob753db043a45bc14ed57b65d8357301207c65c736
2   "name": "LSToolsKit",
3   "version": "1.0.6",
4   "summary": "LSToolsKit. 开发过程中的小方法",
5   "homepage": "https://github.com/Lius1104/LSToolsKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lius": "849763605@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Lius1104/LSToolsKit.git",
18     "tag": "1.0.6"
19   },
20   "source_files": "LSToolsKit/LSToolsKit.h",
21   "public_header_files": "LSToolsKit/LSToolsKit.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "Photos"
26   ],
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "UIKit",
31       "platforms": {
32         "ios": "8.0"
33       },
34       "public_header_files": "LSToolsKit/UIKit/**/*.h",
35       "source_files": "LSToolsKit/UIKit/**/*.{h,m}",
36       "dependencies": {
37         "SDWebImage": [
39         ]
40       }
41     },
42     {
43       "name": "Foundation",
44       "public_header_files": "LSToolsKit/Foundation/*.h",
45       "source_files": "LSToolsKit/Foundation/*.{h,m}"
46     },
47     {
48       "name": "DataSource",
49       "public_header_files": "LSToolsKit/DataSource/*.h",
50       "source_files": "LSToolsKit/DataSource/*.{h,m}",
51       "dependencies": {
52         "LSToolsKit/Foundation": [
54         ]
55       }
56     }
57   ]