blob: 122088271d4f3cf9c2d2e585bb409d0a9db2318b [file] [log] [blame]
{
"name": "SwiftyModel",
"version": "0.1.0",
"summary": "Model framework for Swift",
"homepage": "http://github.com/SwiftyModel/SwiftyModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/SwiftyModel/SwiftyModel.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyModel/*.{swift,h}",
"frameworks": "Foundation",
"requires_arc": true,
"deprecated": true
}