blob: c733900e9f214053ffba4cc1929b02d6af71d1ca [file] [log] [blame]
{
"name": "PromotionManager",
"version": "0.1.0",
"summary": "This is a manager for apps promotion.",
"homepage": "https://git.musjoy.com/PromotionManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Raymond": "Ray.musjoy@gmail.com"
},
"source": {
"git": "git@git.musjoy.com:PromotionManager.git",
"tag": "v-0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "PromotionManager/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MODULE_PROMOTION_MANAGER"
},
"frameworks": "StoreKit",
"dependencies": {
"ModuleCapability": [
"~> 0.1.2"
]
},
"prefix_header_contents": "#import \"ModuleCapability.h\""
}