[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 6 / f / CDUntappdKit / 0.1.0 / CDUntappdKit.podspec.json
blobbb18460e95c45ad39350e35305f31f3e436944f4
2   "name": "CDUntappdKit",
3   "version": "0.1.0",
4   "summary": "An extensive Objective C wrapper for the Untappd API.",
5   "description": "This Objective C wrapper covers all possible network endpoints and responses for the Untappd developers API.",
6   "homepage": "https://github.com/chrisdhaan/CDUntappdKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christopher de Haan": "chrisdhaan@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chrisdhaan/CDUntappdKit.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/dehaan_solo",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CDUntappdKit/Classes/**/*",
23   "dependencies": {
24     "Overcoat": [
25       "~> 4.0.0-beta.2"
26     ]
27   }