[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / d / a / CLKTooltip / 1.1.0 / CLKTooltip.podspec.json
blobc90045a22db597abd1f19fb64beca1f9cb9c1dba
2   "name": "CLKTooltip",
3   "version": "1.1.0",
4   "summary": "A tooltip that does all the right things",
5   "homepage": "http://www.clinkle.com",
6   "license": "MIT",
7   "authors": {
8     "Clinkle": "tyler@clinkle.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/Clinkle/CLKTooltip.git",
15     "tag": "1.1.0"
16   },
17   "source_files": "CLKTooltip/*.{h,m}",
18   "exclude_files": "Classes/Exclude",
19   "requires_arc": true,
20   "dependencies": {
21     "pop": [
22       "~> 1.0"
23     ]
24   }