blob: 9ccb66706eb7a7984d29a5e837403653d5572043 [file] [log] [blame]
{
"name": "CDUntappdKit",
"version": "0.2.1",
"summary": "An extensive Objective C wrapper for the Untappd API.",
"description": "This Objective C wrapper covers all possible network endpoints and responses for the Untappd developers API.",
"homepage": "https://github.com/chrisdhaan/CDUntappdKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher de Haan": "chrisdhaan@gmail.com"
},
"source": {
"git": "https://github.com/chrisdhaan/CDUntappdKit.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/dehaan_solo",
"platforms": {
"ios": "8.0"
},
"source_files": "CDUntappdKit/Classes/**/*",
"dependencies": {
"Overcoat": [
"~> 4.0.0-beta.2"
]
}
}