[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / e / a / GTToolBox / 1.0.0 / GTToolBox.podspec.json
blob509b4615285b568fc5e75c735b438b1a60068847
2   "name": "GTToolBox",
3   "version": "1.0.0",
4   "summary": "iOS App ToolBox",
5   "description": "GTToolBox is a tool library to facilitate the development of their own iOSApp, written in Object-C, only supports iOS10.0 and later.",
6   "homepage": "https://github.com/GeenTi/GTToolBox/tree/master",
7   "license": "MIT",
8   "authors": {
9     "GeenTi": "dev@geenti.com"
10   },
11   "source": {
12     "git": "https://github.com/GeenTi/GTToolBox.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "resources": "GTToolBox/**/*.{h,m,mm,c}",
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "CoreGraphics"
24   ]