blob: 0b7bce5caafd8c8bd9d9fc5ad19ea2d41dae3e4e [file] [log] [blame]
{
"name": "AnyKit",
"version": "1.0.0",
"summary": "An random objects generator.",
"description": "AnyKit is an random objects generator.",
"homepage": "https://github.com/Meniny/AnyKit",
"license": "MIT",
"authors": {
"Elias Abel": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/AnyKit.git",
"tag": "1.0.0"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "AnyKit/**/*.{h,swift}",
"public_header_files": "AnyKit/**/*{.h}",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
]
},
"osx": {
"frameworks": [
"Foundation",
"Cocoa",
"CoreGraphics"
]
},
"pushed_with_swift_version": "3.0"
}