blob: 3e65e8119d1cb7018f58396c740d1c0a3f8a41b5 [file] [log] [blame]
{
"name": "SFF",
"version": "1.0.0",
"summary": "Swift Foundation Framework.",
"homepage": "https://github.com/jayantnd/SFF",
"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/SFF.git",
"branch": "master",
"tag": "v1.0.0"
},
"source_files": [
"SFF",
"SFF/**/*.{swift,h,m}"
],
"public_header_files": "SFF/**/*.h",
"requires_arc": true,
"swift_version": "5.2"
}