blob: d5711b38584e49f6307b2c86fd3f1dca36021b93 [file] [log] [blame]
{
"name": "PushdySDK",
"version": "0.2.0",
"summary": "Pushdy SDK for iOS platform",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Pushdy/ios-pushdy-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"quandt": "quandt@mobiletech.vn"
},
"source": {
"git": "https://github.com/Pushdy/ios-pushdy-sdk.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pushdy/Classes/**/*.{h,m,swift}",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"resources": "Pushdy/Classes/**/*.{png,xib,jpg}",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"swift_version": "5.0"
}