[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / e / a / GTToolBox / 1.1.2 / GTToolBox.podspec.json
blob2c26c653423723e384fcce3054e5ec982e22511f
2   "name": "GTToolBox",
3   "version": "1.1.2",
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.1.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "GTToolBox/**/*.{h,m,mm,c}",
20   "public_header_files": "GTToolBox/**/*.h",
21   "frameworks": [
22     "UIKit",
23     "CoreGraphics",
24     "Foundation"
25   ]