[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / 8 / MFUI / 2.3.0 / MFUI.podspec.json
blob9ae2ab50b1981d375a96b9bda1a0ec8bfa375ff8
2   "name": "MFUI",
3   "version": "2.3.0",
4   "summary": "Movalys Framework MFUI.",
5   "homepage": "http://www.movalys.org",
6   "license": {
7     "type": "LGPLv3",
8     "file": "LGPLv3-LICENSE.txt"
9   },
10   "authors": "Sopra Steria Group",
11   "requires_arc": true,
12   "xcconfig": {
13     "OTHER_LDFLAGS": "-lz",
14     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
15   },
16   "source": {
17     "git": "https://github.com/MovalysMDK/mdk-ios-lib-ui.git",
18     "tag": "2.3.0"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "frameworks": [
24     "CoreLocation",
25     "MapKit",
26     "MessageUI",
27     "MagicalRecord",
28     "CocoaLumberjack",
29     "MBProgressHUD"
30   ],
31   "header_mappings_dir": ".",
32   "source_files": "MFUI/**/*.{h,m}",
33   "resources": [
34     "MFUI/**/*.xib",
35     "MFUI/resources/**/*.png",
36     "MFUI/resources/**/*.plist",
37     "MFUI/resources/**/*.txt",
38     "MFUI/resources/**/*.storyboard"
39   ],
40   "prefix_header_contents": "#import \"MFUIUtils.h\"\n                                 #import \"UIView+ViewController.h\"",
41   "exclude_files": "MFUI/**/MFPickerListSelectionIndicator.{h,m}",
42   "subspecs": [
43     {
44       "name": "Dependencies",
45       "dependencies": {
46         "MFCore": [
47           "2.3.0"
48         ],
49         "MDKControl": [
50           "1.3.0"
51         ]
52       }
53     }
54   ]