[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / 6 / TCUtil / 1.0.0 / TCUtil.podspec.json
blob7eec48785ba72cb8078ed580dfb084eaef9df419
2   "name": "TCUtil",
3   "version": "1.0.0",
4   "summary": "iOS OC基础库Util",
5   "description": "iOS OC基础库Util,目前支持:系统类扩展、文件操作、调试、系统信息、json/xml解析、绘制等方便开发的工具类",
6   "homepage": "https://github.com/flatads/tcutil",
7   "license": "MIT",
8   "authors": {
9     "flatincbr": "flatincbr.dev@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/flatads/tcutil.git",
16     "tag": "1.0.0"
17   },
18   "libraries": "c++",
19   "requires_arc": true,
20   "static_framework": true,
21   "frameworks": [
22     "AdSupport",
23     "CoreTelephony"
24   ],
25   "vendored_frameworks": "TCUtil/**/*.{framework}",
26   "source_files": "TCUtil/Classes/**/*"