blob: 4f381832d6f367f68a9d2d52dcdb2c7d1ca28f06 [file] [log] [blame]
{
"name": "TaleArrow",
"version": "5.0.0",
"summary": "Elegant JSON Parsing in Swift",
"homepage": "https://github.com/taledog/Arrow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "arden",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/taledog/Arrow.git",
"tag": "5.0.0"
},
"social_media_url": "https://weibo.com/arden",
"source_files": "Source/*.swift",
"requires_arc": true,
"description": "Elegant Swift JSON Parsing - Stop writing boilerplate JSON parsing code and focus on your awesome App instead",
"module_name": "Arrow"
}