blob: 708c01d2604222f0eff7a5ce0e57c5d5b3fe4b39 [file] [log] [blame]
{
"name": "PayPalUIKit",
"version": "0.1.0",
"summary": "Description of your project",
"description": "Mandatorily longer description of your project",
"homepage": "https://github.paypal.com/Slydon/PayPalUIKit",
"license": "Description of your licence, name or otherwise",
"authors": {
"iOS dev": "slydon@paypal.com, scottlydon18@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.paypal.com/Slydon/PayPalUIKit.git",
"tag": "0.1.0"
},
"source_files": [
"PayPalUIKit/Classes/**/*.swift",
"PayPalUIKit/Fonts/**/*.ttf"
],
"requires_arc": true,
"swift_version": "4.0",
"xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"PPUI": [
]
}
}