blob: 44adc5d9565e34975937147c5501bba8dbc9ee1c [file] [log] [blame]
{
"name": "FirstBlood",
"version": "0.0.2",
"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.2"
},
"source_files": [
"FirstBlood",
"SourceFiles/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"SSZipArchive": [
]
},
"swift_version": "5.0"
}