[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / b / f / SGFoundation / 0.0.1 / SGFoundation.podspec.json
blob1c2f67aaaded7231b79b01a03e427f44cb4b7e54
2   "name": "SGFoundation",
3   "version": "0.0.1",
4   "summary": "Objective-C编程基础工具类",
5   "homepage": "https://github.com/originalix/SGFoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lix": "xiao.liunit@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/originalix/SGFoundation.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "SG_Foundation",
22     "SG_Foundation/**/*.{h,m,swift}"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "dependencies": {
29     "LixMacro": [
30       "~> 0.0.3"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"