[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / d / b / SpeedyKit / 0.0.1 / SpeedyKit.podspec.json
bloba0f34e8bd8d363bf2ebd5beaa34d99d81d37b082
2   "name": "SpeedyKit",
3   "version": "0.0.1",
4   "summary": "便捷工具库,目的是提供简化API,减少垃圾代码量,随项目开发过程逐步更新",
5   "homepage": "https://github.com/XFNicar/SpeedyKit",
6   "license": "MIT",
7   "authors": {
8     "Fei.Xie": "xuejingwen25@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/XFNicar/SpeedyKit.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "SpeedyKit/SpeedyKit/UIKit/**/*.{h,m}",
20     "SpeedyKit/SpeedyKit/Foundation/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]