blob: a591a36c6dcb6b0f7f9381cf8657d4bc6b955c64 [file] [log] [blame]
{
"name": "PlainPing",
"version": "0.1",
"summary": "a very plain ping interface in swift",
"homepage": "https://github.com/naptics/PlainPing",
"license": "MIT",
"authors": {
"Jonas Schoch": "jonas.schoch@naptics.ch"
},
"source": {
"git": "https://github.com/naptics/PlainPing.git",
"tag": "0.1"
},
"social_media_url": "https://twitter.com/naptics",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PlainPing": [
"Pod/Assets/*.png"
]
}
}