blob: 444c41527b3a675c96018b389a7138d34b23f307 [file] [log] [blame]
{
"name": "objective_c_common_helpers",
"version": "0.0.1",
"summary": "A common helpers for objective_c",
"description": "This pod contains common helpers files.",
"homepage": "https://github.com/EmptyOps/objective_c_common_helpers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EmptyOps": "hsquaretechnology@gmail.com"
},
"source": {
"git": "https://github.com/EmptyOps/objective_c_common_helpers.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"objective_c_core_helpers": [
"~> 0.0.2"
],
"objective_c_sqlite_helper": [
"~> 0.0.2"
],
"SDWebImage": [
"~> 3.6"
],
"DGActivityIndicatorView": [
]
},
"requires_arc": true,
"source_files": "objective_c_common_helpers/Classes/**/*"
}