blob: c912c5f1b42cbcbb773455364743d64571151b1b [file] [log] [blame]
{
"name": "ZeroPush",
"version": "1.0.1",
"summary": "ZeroPush is a lightweight wrapper for the ZeroPush API.",
"homepage": "https://www.zeropush.com",
"license": "MIT",
"authors": {
"Adam Duke": "adam.v.duke@gmail.com",
"Stefan Natchev": "stefan.natchev@gmail.com"
},
"source": {
"git": "https://github.com/SymmetricInfinity/ZeroPush-iOS.git",
"tag": "1.0.1"
},
"platforms": {
"ios": null
},
"source_files": "ZeroPush-iOS/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Seriously": [
"~> 2.0.0"
],
"ADiOSUtilities": [
"~> 1.0.0"
]
}
}