| { |
| "name": "QRTextLib", |
| "version": "0.0.3", |
| "summary": "基本类别的集合", |
| "description": "提供了 Foundation ,UIKit 下常用的一些分类和方法,作为一个基础库方便开发者使用,整合了自己写的一些项目里的分类,以及从 YYCategorys 中提取了一些方法的代码.", |
| "homepage": "https://github.com/xiaoxin112/QRTextLib", |
| "license": "MIT", |
| "authors": { |
| "lixin": "1123586429@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/xiaoxin112/QRTextLib.git", |
| "tag": "0.0.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.1.0" |
| ] |
| } |
| } |