[Add] SampleOTP 0.2.0
[CocoaPods.git] / Specs / c / 6 / 5 / LLCommonCode / 0.1.3 / LLCommonCode.podspec.json
blobf0174bf0d9a5b440cf0ecd384e4113e052b065d0
2   "name": "LLCommonCode",
3   "version": "0.1.3",
4   "summary": "A repository for iOS development.",
5   "description": "A reponsitory for ios develop.\nBase -> Base Controller 、Presenter etc.\nCategory -> Category for OC Classes.\nConstant -> Some constant which used often.",
6   "homepage": "https://github.com/lvyingliang200/LLCommonCode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lvyingliang200": "475478714@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/lvyingliang200/LLCommonCode.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LLCommonCode/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "Base",
25       "source_files": "LLCommonCode/Classes/Base/*"
26     },
27     {
28       "name": "Category",
29       "source_files": "LLCommonCode/Classes/Category/*"
30     },
31     {
32       "name": "Constant",
33       "source_files": "LLCommonCode/Classes/Constant/*"
34     }
35   ]