blob: c2a581a0dd481bbec6401b1f3149054a8315fe89 [file] [log] [blame]
{
"name": "SNF",
"version": "1.0.0",
"summary": "Swift Network Framework.",
"homepage": "https://github.com/jayantnd/SNF",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jayant Dash": "jayantnd@gmail.com"
},
"social_media_url": "https://twitter.com/Jayant_dash",
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.1",
"5.2"
],
"source": {
"git": "https://github.com/jayantnd/SNF.git",
"branch": "master",
"tag": "v1.0.0"
},
"source_files": [
"SNF",
"SNF/**/*.{swift,h,m}"
],
"public_header_files": "SNF/**/*.h",
"requires_arc": true,
"swift_version": "5.2"
}