blob: 81e5068f07d07364ce50ccfb5f8d3ba4d8b37f49 [file] [log] [blame]
{
"name": "HGComponents",
"version": "0.0.1",
"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!\n",
"homepage": "https://github.com/henriquegouveia/HGComponents",
"license": {
"type": "MIT",
"file": "https://github.com/henriquegouveia/HGComponents/blob/master/LICENSE"
},
"authors": "Henrique Gouveia",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/henriquegouveia/HGComponents.git",
"tag": "0.0.1"
},
"source_files": [
"HGComponents",
"HGComponents/**/*.{h,m}"
],
"exclude_files": "HGComponents/*.pch",
"requires_arc": true
}