blob: 96cbb67ac8c2a40dba2bdcf4578ed41581e22d57 [file] [log] [blame]
{
"name": "Gulliver",
"version": "0.0.1",
"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.0.1"
},
"source_files": "Gulliver/**/*",
"requires_arc": true,
"dependencies": {
"Lustre": [
"~> 0.6.1"
]
}
}