[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / f / 8 / HotCocoa / 1.0.0 / HotCocoa.podspec.json
blob90ec0df5110f83b30180a6285d50e270b6fb8d74
2   "name": "HotCocoa",
3   "version": "1.0.0",
4   "summary": "Sugar for Cocoa and Cocoa Touch.",
5   "description": "HotCocoa adds extensions to Cocoa and Cocoa Touch to improve functionality and make tasks simpler",
6   "homepage": "https://github.com/cszatma/HotCocoa",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christopher Szatmary": "cs@christopherszatmary.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/cszatma/HotCocoa.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "HotCocoa/**/*.{swift}",
24   "frameworks": "Foundation",
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "osx": {
29     "frameworks": "AppKit"
30   }