blob: f5007950133b098be4ef000ccaa90b29dda1eaad [file] [log] [blame]
{
"name": "PUHelper",
"version": "0.2.0",
"summary": "Collection of helper classes and methods for the PinUp team.",
"homepage": "https://github.com/kadarandras/PUHelper",
"license": "MIT",
"authors": {
"Andras Kadar": "kadarandrass@gmail.com"
},
"source": {
"git": "https://github.com/kadarandras/PUHelper.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PUHelper": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SSKeychain": [
"~> 1.4.0"
],
"RealmSwift": [
"~> 1.0.0"
]
}
}