[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / c / 7 / PromotionManager / 0.1.0 / PromotionManager.podspec.json
blobc733900e9f214053ffba4cc1929b02d6af71d1ca
2   "name": "PromotionManager",
3   "version": "0.1.0",
4   "summary": "This is a manager for apps promotion.",
5   "homepage": "https://git.musjoy.com/PromotionManager",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Raymond": "Ray.musjoy@gmail.com"
12   },
13   "source": {
14     "git": "git@git.musjoy.com:PromotionManager.git",
15     "tag": "v-0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "PromotionManager/Classes/**/*",
21   "user_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_PROMOTION_MANAGER"
23   },
24   "frameworks": "StoreKit",
25   "dependencies": {
26     "ModuleCapability": [
27       "~> 0.1.2"
28     ]
29   },
30   "prefix_header_contents": "#import \"ModuleCapability.h\""