blob: 660bde4c631055aeb452548eebb6848a067cd91f [file] [log] [blame]
{
"name": "CommonUtilsGame",
"version": "0.1.1",
"summary": "CommonUtils extension for Game.",
"homepage": "https://bitbucket.org/mrklteam/commonutilsgame/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Karen Lusinyan": "karen.lusinyan.developerios@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://mrcararia@bitbucket.org/mrklteam/commonutilsgame.git",
"tag": "0.1.1"
},
"requires_arc": true,
"prefix_header_file": "Pod/Classes/Pod-Prefix.pch",
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"Pod": [
"Pod/Classes/GameCenter/CommonGameCenter.bundle"
]
},
"dependencies": {
"CommonUtils": [
"~> 1.5.2-beta"
]
},
"frameworks": "GameKit"
}