[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 2 / 9 / 6 / HiObjc / 1.0.1 / HiObjc.podspec.json
blob1fa63d45d025c335f53b5f9741822beccb76af85
2   "name": "HiObjc",
3   "version": "1.0.1",
4   "summary": "iOS App Framework.",
5   "description": "iOS App Framework using ObjC.",
6   "homepage": "https://github.com/tospery/HiObjc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangJianxiang": "tospery@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tospery/HiObjc.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "frameworks": "Foundation",
22   "source_files": "HiObjc/HiObjc.h",
23   "subspecs": [
24     {
25       "name": "HOCore",
26       "source_files": "HiObjc/HOCore/**/*"
27     }
28   ]