blob: b57fdcbe9eda36f79e553c651fb108450471018f [file] [log] [blame]
{
"name": "PopJamUI",
"version": "1.0.6",
"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": "1.0.6"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "PopJamUI/Classes/**/*",
"dependencies": {
"PureLayout": [
],
"SkeletonView": [
],
"PopJamSDK": [
],
"SAProtobufs": [
],
"SDWebImage": [
]
},
"resource_bundles": {
"PopJamUI": [
"PopJamUI/Assets/*.xcassets",
"PopJamUI/Assets/*.lproj",
"PopJamUI/Assets/Fonts/*",
"PopJamUI/Assets/*.gif"
]
}
}