[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 2 / 0 / Calculateable / 1.0.0 / Calculateable.podspec.json
blobda5bee4f47c4545db8841c0d424754545851a038
2   "name": "Calculateable",
3   "version": "1.0.0",
4   "summary": "A value calculating library.",
5   "description": "Calculateable is a value calculating library.",
6   "homepage": "https://github.com/Meniny/Calculateable",
7   "license": "MIT",
8   "authors": {
9     "Elias Abel": "Meniny@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Meniny/Calculateable.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://meniny.cn/",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "source_files": "Calculateable/**/*.{h,swift}",
23   "public_header_files": "Calculateable/**/*{.h}",
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "UIKit",
28       "CoreGraphics"
29     ]
30   },
31   "osx": {
32     "frameworks": [
33       "Foundation",
34       "Cocoa",
35       "CoreGraphics"
36     ]
37   },
38   "tvos": {
39     "frameworks": [
40       "Foundation",
41       "CoreGraphics"
42     ]
43   },
44   "watchos": {
45     "frameworks": [
46       "Foundation",
47       "CoreGraphics"
48     ]
49   },
50   "pushed_with_swift_version": "3.0"