blob: 5b6fc1b866d1e542ce867ff7b4db7feee6e15ca2 [file] [log] [blame]
{
"name": "IDPush",
"version": "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.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": [
"IDPush/*.{h,swift}",
"IDPush/**/*.swift"
],
"public_header_files": "IDPush/*.h",
"libraries": "z",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"UIDeviceComplete": [
]
}
}