[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / 1 / 9 / d / MJIAPManager / 0.1.1 / MJIAPManager.podspec.json
blobfa9ff80806860ed7fd739d0aaa4b522d9e710726
2   "name": "MJIAPManager",
3   "version": "0.1.1",
4   "summary": "Manager for In App Purchase.",
5   "homepage": "https://github.com/Musjoy/MJIAPManager",
6   "license": "MIT",
7   "authors": {
8     "Raymond": "Ray.musjoy@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Musjoy/MJIAPManager.git",
12     "tag": "v-0.1.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "MJIAPManager/Classes/**/*",
18   "user_target_xcconfig": {
19     "GCC_PREPROCESSOR_DEFINITIONS": "MODULE_IAP_MANAGER"
20   },
21   "frameworks": "StoreKit",
22   "dependencies": {
23     "ModuleCapability": [
24       "~> 0.1.2"
25     ]
26   },
27   "prefix_header_contents": "#import \"ModuleCapability.h\""