blob: f8ad79955c1fa63de4e9b3871a4df20bcbfc83f0 [file] [log] [blame]
{
"name": "AGDropdown",
"version": "1.0.0",
"summary": "A dropdownlist view used on iOS.",
"description": "It is a dropdownlist view used on iOS, which implement by Swift.",
"homepage": "https://github.com/xjmeplws/AGDropdown",
"license": {
"type": "MIT",
"text": "Copyright (c) 2016 xjmeplws\n"
},
"authors": {
"xjmeplws": "576494724@qq.com"
},
"source": {
"git": "https://github.com/xjmeplws/AGDropdown.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "AGDropdown/*",
"frameworks": [
"Foundation",
"UIKit"
]
}