[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 5 / 0 / 9 / TBaseModel / 0.1.0 / TBaseModel.podspec.json
blob52005a041bae6a761299d919a77c837f840fd0fe
2   "name": "TBaseModel",
3   "version": "0.1.0",
4   "summary": "A BaseModel Template based on ObjectMapper in Swift.",
5   "description": "OKOKOK\nVertically stack views using Auto Layout, also includes an\norder specific subclass that uses view tags for ordering.",
6   "homepage": "https://github.com/TongCui/BaseModel",
7   "license": "MIT",
8   "authors": {
9     "Tong Cui": "tongcui.dev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/TongCui/BaseModel.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TBaseModel": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "ObjectMapper": [
27       "~> 1.0.1"
28     ]
29   }