[Add] BlueTriangleSDK-Swift 3.13.1
[CocoaPods.git] / Specs / c / 3 / 6 / XFTools / 1.0.2 / XFTools.podspec.json
bloba9f536f69ef62c3341a4593cbf94d88b4faa7af3
2   "name": "XFTools",
3   "version": "1.0.2",
4   "summary": "整理自己常用的代码,方便日后使用",
5   "description": "整理自己常用的代码,方便日后使用(非大神,勿喷)",
6   "homepage": "https://github.com/feifree/XFTools",
7   "license": "MIT",
8   "authors": {
9     "feibum": "livefei@live.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/feifree/XFTools.git",
16     "tag": "v1.0.2"
17   },
18   "source_files": [
19     "Code",
20     "Code/*.{h,m}"
21   ],
22   "public_header_files": "Code/*.{h}",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       " 3.2.0"
30     ]
31   }