[Add] YandexMapsMobile 4.10.1-navikit
[CocoaPods.git] / Specs / 1 / 2 / 6 / MDKControl / 1.4.0 / MDKControl.podspec.json
blob26f9309ea86d92aeb2cff0ca40cddd08a95cdb83
2   "name": "MDKControl",
3   "version": "1.4.0",
4   "summary": "MDKControl is the independant control library for Movalys MDK",
5   "description": "MDKControl gives you a base of controls to use in you application.\n                         The controls are designed to be used with Movalys MDK, but they are\n                         fully independant and can be used in any iOS application develoment.",
6   "homepage": "http://www.movalys.org",
7   "license": {
8     "type": "LGPLv3",
9     "file": "LGPLv3-LICENSE.txt"
10   },
11   "authors": "Sopra Steria Group",
12   "source": {
13     "git": "https://github.com/MovalysMDK/mdk-ios-control.git",
14     "tag": "1.4.0"
15   },
16   "source_files": "MDKControl/**/*.{h,m}",
17   "ios": {
18     "frameworks": "UIKit",
19     "dependencies": {
20       "IQKeyboardManager": [
21         "3.3.2"
22       ],
23       "MBProgressHUD": [
24         "0.9"
25       ]
26     }
27   },
28   "resources": [
29     "MDKControl/resources/images/**/*.png",
30     "MDKControl/resources/storyboard/**/*.storyboard",
31     "MDKControl/resources/strings/**/*.strings",
32     "MDKControl/resources/xib/**/*.xib",
33     "MDKControl/resources/config/**/*.plist",
34     "MDKControl/*.plist",
35     "MDKControl/*.pch"
36   ],
37   "platforms": {
38     "ios": "8.0"
39   }