[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / d / 4 / b / LSCategory / 0.1.0 / LSCategory.podspec.json
blobe9b301348cc10d7fb9362266c18ce96bc4d74a0d
2   "name": "LSCategory",
3   "version": "0.1.0",
4   "summary": "工作中常用的工具类整理(Category)",
5   "description": "此工具类包含Foundation框架下的NSString,NSDate,NSData,NSArry,NSDictionary等,UIKit框架下的UIImage,UIView,UIColor,UITextView,UIAlertView等类别,方便以后开发。",
6   "homepage": "https://github.com/bobtaocool/LSCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "陶冬波": "785429438@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/bobtaocool/LSCategory.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LSCategory/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]