[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / c / b / 1 / YXYBaseTool / 0.2.0 / YXYBaseTool.podspec.json
blob683cd47aec5de22c6bd6efdb9d7346aded2a714d
2   "name": "YXYBaseTool",
3   "version": "0.2.0",
4   "summary": "常用工具及宏定义等。",
5   "description": "避免每次新建工程一个个导入",
6   "homepage": "https://github.com/amosYin/YXYBaseTool",
7   "license": "MIT",
8   "authors": {
9     "Amos": "1453254169@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/amosYin/YXYBaseTool.git",
13     "tag": "0.2.0"
14   },
15   "source_files": "Classes/*.{h,m}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0"
19   },
20   "libraries": "c++.1",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "MBProgressHUD": [
28     ]
29   }