blob: 2b0cbeb4290848227adeb1ab5d92a5fd3d8fc168 [file] [log] [blame]
{
"name": "UIParty",
"version": "0.0.1",
"summary": "Useful stuff for iOS app making.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/joeledwin/UIParty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"joeledwin": "joelsteinbaugh@gmail.com"
},
"source": {
"git": "https://github.com/joeledwin/UIParty.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "UIParty/Classes/**/*",
"resource_bundles": {
"UIParty": [
"UIParty/Assets/**/*.plist"
]
},
"swift_version": "4.1"
}