[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / e / 8 / 5 / RSLibrary / 0.4.9 / RSLibrary.podspec.json
blob2f3a7dcf246c1ef5b1150c4f8fefc8cda4e1b890
2   "name": "RSLibrary",
3   "version": "0.4.9",
4   "summary": "A library for iOS development.",
5   "description": "一个用于iOS开发的自用库,包含一些公共宏、公用类等;\nGlobalKeys.h -> 公共宏;\nBase -> 基类\nExtension -> 分类扩展\nRSThirdKit -> 三方管理",
6   "homepage": "https://github.com/lvyingliang200/RSLibrary",
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/RSLibrary.git",
16     "tag": "0.4.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Base",
24       "source_files": "RSLibrary/Classes/Base/*"
25     },
26     {
27       "name": "Tools",
28       "source_files": "RSLibrary/Classes/Tools/*"
29     },
30     {
31       "name": "Extension",
32       "source_files": "RSLibrary/Classes/Extension/*"
33     }
34   ]