blob: 761dc1486363672d0e3fba5e5e86a35e8006d06a [file] [log] [blame]
{
"name": "MFCard",
"version": "1.2.6",
"summary": "Fantastic Credit Card View",
"license": "MIT",
"authors": {
"Rahul Chandnani": "rahulchandnani@my.com",
"Arpan Desai": "arpan@mobilefirst.in"
},
"source": {
"git": "https://github.com/MobileFirstInc/MFCard.git",
"tag": "1.2.6"
},
"homepage": "https://www.mobilefirst.in",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "MFCard/**/*.{swift,h}",
"resource_bundles": {
"MFCard": [
"MFCard/**/*.{xib,xcassets,json,imageset,png,jpg}"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
}
}