blob: 55c41b4ed56143da0b8346cba4631b21194d167e [file] [log] [blame]
{
"name": "Gulliver",
"version": "0.1.0",
"summary": "A Swift wrapper for the iOS AddressBook framework.",
"homepage": "https://github.com/a2/Gulliver",
"license": "MIT",
"authors": {
"Alexsander Akers": "me@a2.io"
},
"social_media_url": "http://twitter.com/a2",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/a2/Gulliver.git",
"tag": "v0.1.0"
},
"source_files": "Gulliver/**/*",
"requires_arc": true,
"dependencies": {
"Lustre": [
"~> 0.7.0"
]
}
}