[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / e / a / GTToolBox / 1.0.2 / GTToolBox.podspec.json
blobbef93f9b3a1c032fcad40a133336bcb71728c175
2   "name": "GTToolBox",
3   "version": "1.0.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.0.2"
14   },
15   "platforms": {
16     "ios": "10.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   ]