blob: 89b4ea39961014f0650cb71f0d96dbe5ca1fff82 [file] [log] [blame]
{
"name": "IDPush",
"version": "1.1.0",
"summary": "IDPush - InfinityDesign OneSignal helper framework for iOS.",
"description": "Written in Swift.\nIDPush - InfinityDesign OneSignal helper Framework.",
"homepage": "https://github.com/omidgolparvar/IDPush",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Omid Golparvar": "iGolparvar@gmail.com"
},
"source": {
"git": "https://github.com/omidgolparvar/IDPush.git",
"tag": "1.1.0"
},
"swift_versions": "4.2",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"source_files": [
"IDPush/*.{h,swift}",
"IDPush/**/*.swift"
],
"public_header_files": "IDPush/*.h",
"libraries": "z",
"dependencies": {
"UIDeviceComplete": [
"2.3.0"
]
},
"swift_version": "4.2"
}