blob: e88f6d5127a6cc12442853d26dab1e4e153bcd3d [file] [log] [blame]
{
"name": "Muttley",
"version": "1.0",
"summary": "Lightweight Networking for Swift",
"homepage": "https://github.com/zolomatok/Muttley",
"license": {
"type": "MIT"
},
"authors": {
"Zoltán Matók": "bellamycpt@gmail.com"
},
"source": {
"git": "https://github.com/zolomatok/Muttley.git",
"tag": "1.0"
},
"requires_arc": true,
"module_name": "Muttley",
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Muttley/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
}
}