blob: 52005a041bae6a761299d919a77c837f840fd0fe [file] [log] [blame]
{
"name": "TBaseModel",
"version": "0.1.0",
"summary": "A BaseModel Template based on ObjectMapper in Swift.",
"description": "OKOKOK\nVertically stack views using Auto Layout, also includes an\norder specific subclass that uses view tags for ordering.",
"homepage": "https://github.com/TongCui/BaseModel",
"license": "MIT",
"authors": {
"Tong Cui": "tongcui.dev@gmail.com"
},
"source": {
"git": "https://github.com/TongCui/BaseModel.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TBaseModel": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ObjectMapper": [
"~> 1.0.1"
]
}
}