blob: 32f017373e7985e1e8e12dd358e8bf32a7ddf31a [file] [log] [blame]
{
"name": "FirstBlood",
"version": "0.0.1",
"swift_versions": "5.0",
"summary": "my firstBlood",
"homepage": "https://github.com/Fat-Brother/FirstBlood",
"license": "MIT",
"authors": {
"Fat-Brother": "email@address.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Fat-Brother/FirstBlood.git",
"tag": "0.0.1"
},
"source_files": [
"FirstBlood",
"SourceFiles/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"SSZipArchive": [
]
},
"swift_version": "5.0"
}