[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / 1 / a / QRTextLib / 0.0.3 / QRTextLib.podspec.json
blobff5fcb77dc89f36e37985231494f1b53dd44c026
2   "name": "QRTextLib",
3   "version": "0.0.3",
4   "summary": "基本类别的集合",
5   "description": "提供了 Foundation ,UIKit 下常用的一些分类和方法,作为一个基础库方便开发者使用,整合了自己写的一些项目里的分类,以及从 YYCategorys 中提取了一些方法的代码.",
6   "homepage": "https://github.com/xiaoxin112/QRTextLib",
7   "license": "MIT",
8   "authors": {
9     "lixin": "1123586429@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/xiaoxin112/QRTextLib.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ]
27   }