[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 2 / 3 / PELocal-DataUI / 0.0.2 / PELocal-DataUI.podspec.json
blobbaa5e483603eea9d499700c9a8d34a3c4c1b88ef
2   "name": "PELocal-DataUI",
3   "version": "0.0.2",
4   "license": "MIT",
5   "summary": "A set of user interface helpers to use in conjunction with a PELocal-Data based model.",
6   "authors": {
7     "Paul Evans": "evansp2@gmail.com"
8   },
9   "homepage": "https://github.com/evanspa/PELocal-DataUI",
10   "source": {
11     "git": "https://github.com/evanspa/PELocal-DataUI.git",
12     "tag": "PELocal-DataUI-v0.0.2"
13   },
14   "platforms": {
15     "ios": "8.4"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": "**/*Tests/*.*",
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
23   },
24   "dependencies": {
25     "PEObjc-Commons": [
26       "~> 1.0.109"
27     ],
28     "PELocal-Data": [
29       "~> 0.0.16"
30     ],
31     "CocoaLumberjack": [
32       "~> 1.9.2"
33     ],
34     "FlatUIKit": [
35       "~> 1.6.2"
36     ],
37     "BlocksKit": [
38       "~> 2.2.5"
39     ],
40     "MBProgressHUD": [
41       "~> 0.9.1"
42     ]
43   }