[Add] AssentifySdk 0.0.42
[CocoaPods.git] / Specs / e / 8 / 5 / RSLibrary / 0.4.11 / RSLibrary.podspec.json
blob4ad7c0de54156e7a5cc5658e75630deb6d83e5d3
2   "name": "RSLibrary",
3   "version": "0.4.11",
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.11"
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     {
35       "name": "ThirdLogin",
36       "vendored_frameworks": "RSLibrary/Classes/ThirdLogin/*.framework"
37     }
38   ]