[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 3 / 5 / LKPods / 0.1.1 / LKPods.podspec.json
blobd51ccc3079fab469b10985d49044b115cad5fe52
2   "name": "LKPods",
3   "version": "0.1.1",
4   "summary": "A test of private Pods.",
5   "description": "My private pods contains custom views and tools.",
6   "homepage": "https://github.com/ios-code-li/LKPods",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ios-code-li": "l1649675100@163.com"
13   },
14   "source": {
15     "git": "https://github.com/ios-code-li/LKPods.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LKPods/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "lkpods.category",
25       "source_files": "LKPods/Classes/lkpods.category/*",
26       "frameworks": [
27         "Foundation",
28         "UIKit"
29       ]
30     },
31     {
32       "name": "lkpods.network",
33       "source_files": "LKPods/Classes/lkpods.network/*",
34       "frameworks": "Foundation",
35       "dependencies": {
36         "AFNetworking": [
37           "~> 3.1.0"
38         ]
39       }
40     },
41     {
42       "name": "lkpods.theme",
43       "source_files": "LKPods/Classes/lkpods.theme/*",
44       "frameworks": [
45         "Foundation",
46         "UIKit"
47       ],
48       "dependencies": {
49         "SDWebImage": [
50           "~> 3.8.1"
51         ],
52         "LKPods/lkpods.category": [
54         ]
55       }
56     },
57     {
58       "name": "lkpods.views",
59       "source_files": "LKPods/Classes/lkpods.views/*",
60       "frameworks": [
61         "Foundation",
62         "UIKit"
63       ],
64       "dependencies": {
65         "SDWebImage": [
66           "~> 3.8.1"
67         ],
68         "LKPods/lkpods.category": [
70         ]
71       }
72     }
73   ]