[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / c / 2 / Silica / 0.1 / Silica.podspec.json
blob37e1500a9d52a25b783ea7e5a2ec20023e0a011a
2   "name": "Silica",
3   "version": "0.1",
4   "summary": "A framework for Cocoa window management.",
5   "description": "                    Silica is a framework for window management.\n",
6   "homepage": "https://github.com/SiO2/Silica",
7   "license": "MIT",
8   "authors": {
9     "Ian Ynda-Hummel": "ianynda@gmail.com",
10     "Steven Degutis": "steven@cleancoders.com"
11   },
12   "platforms": {
13     "osx": "10.8"
14   },
15   "source": {
16     "git": "https://github.com/SiO2/Silica.git",
17     "tag": "0.1"
18   },
19   "source_files": [
20     "Silica",
21     "Silica/**/*.{h,m}"
22   ],
23   "exclude_files": "Silica/Exclude",
24   "frameworks": [
25     "AppKit",
26     "IOKit",
27     "Carbon"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "libextobjc": [
33     ]
34   }