blob: 5b41ce071a400386cd54676b8a90eda9bbcd71ae [file] [log] [blame]
{
"name": "FastActions",
"version": "0.1.0",
"summary": "FastActions is a powerful and pure Swift implemented library for action handler.",
"description": "FastActions is a powerful and pure Swift implemented library for action handler.",
"homepage": "https://github.com/dengyhgit/FastActions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DengYonghao": "cbyniypeu@163.com"
},
"social_media_url": "https://twitter.com/dengyonghao2",
"swift_versions": "4.2",
"platforms": {
"ios": "9.0",
"tvos": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/dengyhgit/FastActions.git",
"tag": "0.1.0"
},
"source_files": [
"Sources/**/*.swift",
"Sources/FastActions.h"
],
"public_header_files": [
"Sources/FastActions.h"
],
"exclude_files": "Sources/Exclude",
"requires_arc": true,
"swift_version": "4.2"
}