blob: a49d1664d63a11cdea58a214ab160a16d04e9dc6 [file] [log] [blame]
{
"name": "HGComponents",
"version": "1.0.0",
"summary": "Let your code more clean using this library.",
"description": "A longer description of HGComponents in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/henriquegouveia/HGComponents",
"license": "MIT",
"authors": "Henrique Gouveia",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/henriquegouveia/HGComponents.git",
"tag": "1.0.0"
},
"source_files": [
"HGComponents",
"HGComponents/**/*.{h,m}"
],
"exclude_files": "HGComponents/*.pch",
"requires_arc": true
}