blob: 7c4371456714358ad8b703aa8864420f57e546f1 [file] [log] [blame]
{
"name": "PopJamUI",
"version": "0.1.3",
"summary": "Official PopJam UI SDK",
"description": "This is the official PopJam UI SDK",
"homepage": "https://github.com/SuperAwesomeLTD/pj-ios-ui",
"license": {
"type": "GNU GENERAL PUBLIC LICENSE Version 3",
"file": "LICENSE"
},
"authors": {
"gabrielcoman": "gabriel.coman@superawesome.tv",
"Tbruni85": "tiziano.bruni@superawesome.tv"
},
"source": {
"git": "https://github.com/SuperAwesomeLTD/pj-ios-ui.git",
"branch": "master",
"tag": "0.1.3"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "PopJamUI/Classes/**/*",
"dependencies": {
"PureLayout": [
],
"SkeletonView": [
]
},
"resource_bundles": {
"PopJamUI": [
"PopJamUI/Assets/*.xcassets",
"PopJamUI/Assets/*.lproj",
"PopJamUI/Assets/Fonts/*"
]
}
}