[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / c / 2 / 6 / Vicrab / 0.1.1 / Vicrab.podspec.json
blob44c0b89e42bea2230203e157eeab8ea75ac96bc1
2   "name": "Vicrab",
3   "version": "0.1.1",
4   "summary": "Vicrab client for cocoa",
5   "homepage": "https://github.com/vicrab/vicrab-cocoa",
6   "license": "MIT",
7   "authors": "Vicrab",
8   "source": {
9     "git": "https://github.com/vicrab/vicrab-cocoa.git",
10     "tag": "0.1.1"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "tvos": "9.0",
16     "watchos": "2.0"
17   },
18   "module_name": "Vicrab",
19   "requires_arc": true,
20   "frameworks": "Foundation",
21   "libraries": [
22     "z",
23     "c++"
24   ],
25   "xcconfig": {
26     "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
27   },
28   "default_subspecs": [
29     "Core"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": [
35         "Sources/Vicrab/**/*.{h,m}",
36         "Sources/VicrabCrash/**/*.{h,m,mm,c,cpp}"
37       ]
38     }
39   ]