blob: 213d35963289b8cfb92daff49d57b7300d6659b3 [file] [log] [blame]
{
"name": "DialogGameScore",
"version": "0.0.1",
"summary": "A reusable popup dialog for two player games.",
"description": "A reusable popup dialog for two player games. This framework mainly used for my internal projects.",
"homepage": "https://github.com/KeithGapusan/DialogGameScore",
"license": "MIT",
"authors": {
"Keith Randell Gapusan": "krsgapusan@gmail.com"
},
"social_media_url": "https://www.instagram.com/keithgapusan/",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/KeithGapusan/DialogGameScore.git",
"tag": "0.0.1"
},
"source_files": "DialogGameScore/**/*.{h,m,swift,storyboard,xib.json}",
"resource_bundles": {
"DialogGameScore": [
"DialogGameScore/**/*.{storyboard,xib,xcassets,json,imageset,png,swift}"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
}
}