blob: 421aad63762f6950adc101530564dec34b330cd7 [file] [log] [blame]
{
"name": "MGObjectMapper",
"version": "1.0.3",
"summary": "Objective-C JSON, Dictionary Mapping Library.",
"description": " A longer description of MGObjectMapper 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/asaake/MGObjectMapper",
"license": "MIT",
"authors": {
"": ""
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/asaake/MGObjectMapper.git",
"tag": "1.0.3"
},
"source_files": [
"MGObjectMapper/Classes",
"MGObjectMapper/Classes/**/*.{h,m}"
],
"exclude_files": "MGObjectMapper/Classes/Exclude"
}