blob: 015e7a52ee583de51ff3f80e8b17471d8848a621 [file] [log] [blame]
{
"name": "JsonObject",
"version": "0.1.0",
"summary": "Magical Swift JSON Modeling Framework",
"description": " A longer description of JsonObject 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/Skyvive/JsonObject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad.hilton.nw@gmail.com"
},
"platforms": {
"ios": "8.3",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Skyvive/JsonObject.git",
"tag": "0.1.0"
},
"source_files": [
"JsonObject",
"JsonObject/**/*.{swift,h,m}"
],
"requires_arc": true
}