[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / b / f / BCTEST / 1.0.0 / BCTEST.podspec.json
blob9777baf4c7fe4697cbb7af6b4a7437da3a1db6c2
2   "name": "BCTEST",
3   "version": "1.0.0",
4   "summary": "开发中常用的自定义控件、开发经验、开发bug记录,常用宏、categories等封装,不再每个项目都手动配置,用Pod统一管理。",
5   "description": "开发中经常从A项目copy一些代码(比如常用的宏、category等)到B项目,A更改了一个category,B又要改动;B更改了一个category,A也要改动,不方便同步,就容易出差错,所以,考虑用Pod来管理。",
6   "homepage": "https://github.com/BCrenlei/BCTEST.git",
7   "license": {
8     "type": "MIT",
9     "text": "         Copyright PPAbner 2016-2017\n"
10   },
11   "authors": {
12     "renlei": "897464968@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/BCrenlei/BCTEST.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "ALYScreenTool.{h,m}",
22   "requires_arc": true