blob: c68bcd8c9507ce8c0384b47cf82fe032f7650dc4 [file] [log] [blame]
{
"name": "TaphouseKit",
"version": "0.1.0",
"summary": "The common utilities used by Taphouse apps.",
"description": "Includes some Core Data helpers and custom views",
"homepage": "https://github.com/taphouseio/TaphouseKit",
"license": "MIT",
"authors": {
"Jared Sorge": "jared@jsorge.net"
},
"source": {
"git": "https://github.com/taphouseio/TaphouseKit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/taphouseio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TaphouseKit": [
"Pod/Assets/*.png"
]
}
}