[Add] SampleOTP 0.2.0
[CocoaPods.git] / Specs / c / 6 / 5 / LLCommonCode / 0.1.6 / LLCommonCode.podspec.json
blob2de32a2416c512fee06dfe723f25af341e1706e7
2   "name": "LLCommonCode",
3   "version": "0.1.6",
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.6"
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": "ExternCategory",
29       "source_files": "LLCommonCode/Classes/ExternCategory/*"
30     }
31   ]