blob: c95cb4b5188071aac6727a77e390a3e97dee7fc9 [file] [log] [blame]
{
"name": "ZLCommonMethod",
"version": "0.1.1",
"summary": "Common method for us to use in iOS projects.",
"description": "When we create a new project, we could use cocoapods to add all the useful files we collect to help us develop our new product",
"homepage": "https://github.com/ZhuShouyu/ZLCommonMethod",
"license": "MIT",
"authors": {
"Siam": "shouyuzhu@hotmail.com"
},
"source": {
"git": "https://github.com/ZhuShouyu/ZLCommonMethod.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZLCommonMethod": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"MBProgressHUD": [
"~> 0.9.1"
]
}
}