[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / 1 / b / MaxFAQ / 0.0.2 / MaxFAQ.podspec.json
blobc983cdb248f7290dcd8492c1766cba57bf61ae3f
2   "name": "MaxFAQ",
3   "version": "0.0.2",
4   "summary": "MaxLeap Services provides all-in-one cloud services for developers.",
5   "homepage": "https://maxleap.com",
6   "license": {
7     "type": "Creative Commons Zero v1.0 Universal",
8     "file": "LICENSE.txt"
9   },
10   "authors": "MaxLeap",
11   "source": {
12     "git": "https://github.com/MaxLeap/Module-MaxFAQ-iOS.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Source/*.{h,m}",
21     "Source/**/*.{h,m}",
22     "Source/**/**/*.{h,m}"
23   ],
24   "public_header_files": [
25     "Source/UI/*.h",
26     "Source/Data/*.h"
27   ],
28   "resources": "Source/Resources/*.bundle",
29   "frameworks": [
30     "Foundation",
31     "UIKit"
32   ],
33   "dependencies": {
34     "MaxLeap/Core": [
35       "~> 2.1.0"
36     ]
37   },
38   "pod_target_xcconfig": {
39     "GCC_PREPROCESSOR_DEFINITIONS": "MLLogTag=@\\\"${TARGET_NAME}\\\""
40   }