[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 4 / f / LSToolsKit / 0.0.2 / LSToolsKit.podspec.json
blob97386f021c62adaaa57843bb69798f5147aefc94
2   "name": "LSToolsKit",
3   "version": "0.0.2",
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": "0.0.2"
19   },
20   "source_files": "LSToolsKit/LSKit.h",
21   "public_header_files": "LSToolsKit/LSKit.h",
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "UIKit",
27       "platforms": {
28         "ios": "8.0"
29       },
30       "public_header_files": "LSToolsKit/UIKit/**/*.h",
31       "source_files": "LSToolsKit/UIKit/**/*.{h,m}",
32       "dependencies": {
33         "SDWebImage": [
35         ]
36       }
37     },
38     {
39       "name": "Foundation",
40       "public_header_files": "LSToolsKit/Foundation/*.h",
41       "source_files": "LSToolsKit/Foundation/*.{h,m}"
42     },
43     {
44       "name": "DataSource",
45       "public_header_files": "LSToolsKit/DataSource/*.h",
46       "source_files": "LSToolsKit/DataSource/*.{h,m}",
47       "dependencies": {
48         "LSToolsKit/Foundation": [
50         ]
51       }
52     }
53   ]