blob: da5bee4f47c4545db8841c0d424754545851a038 [file] [log] [blame]
{
"name": "Calculateable",
"version": "1.0.0",
"summary": "A value calculating library.",
"description": "Calculateable is a value calculating library.",
"homepage": "https://github.com/Meniny/Calculateable",
"license": "MIT",
"authors": {
"Elias Abel": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/Calculateable.git",
"tag": "1.0.0"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Calculateable/**/*.{h,swift}",
"public_header_files": "Calculateable/**/*{.h}",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
]
},
"osx": {
"frameworks": [
"Foundation",
"Cocoa",
"CoreGraphics"
]
},
"tvos": {
"frameworks": [
"Foundation",
"CoreGraphics"
]
},
"watchos": {
"frameworks": [
"Foundation",
"CoreGraphics"
]
},
"pushed_with_swift_version": "3.0"
}