[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / f / 4 / a / LRHCustomPodDemo / 0.2.0 / LRHCustomPodDemo.podspec.json
blob76e908a87c51721c44200619251a950dc25a5ec3
2   "name": "LRHCustomPodDemo",
3   "version": "0.2.0",
4   "summary": "Test LRHCustomPodDemo.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LRH-iOS/LRHCustomPodDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LRH-iOS": "xiandan@2dfire.com"
13   },
14   "source": {
15     "git": "https://github.com/LRH-iOS/LRHCustomPodDemo.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "AFNetworking": [
24     ],
25     "YYText": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Folder",
32       "source_files": "LRHCustomPodDemo/Classes/Folder/**/*"
33     },
34     {
35       "name": "TestFol",
36       "source_files": "LRHCustomPodDemo/Classes/TestFol/**/*"
37     }
38   ]