blob: 394b344f46926cffe8087f921f5e6757ce5cc0c3 [file] [log] [blame]
{
"name": "ModelProtocol",
"version": "0.1.0",
"summary": "model协议基础库",
"description": "TODO:model模块,模块化编程",
"homepage": "https://github.com/seongbrave/ModelProtocol",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seongbrave": "seongbrave@sina.com"
},
"source": {
"git": "https://github.com/seongbrave/ModelProtocol.git",
"tag": "0.1.0"
},
"social_media_url": "http://seongbrave.github.io/",
"platforms": {
"ios": "8.0"
},
"source_files": "ModelProtocol/Classes/**/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"SwiftyJSON": [
"~> 4.2.0"
]
}
}