[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 2 / 6 / MDKControl / 1.2.0-RC1 / MDKControl.podspec.json
blob32dd07e0ed799ef368b8ecdac2a31e4e4fc85ca1
2   "name": "MDKControl",
3   "version": "1.2.0-RC1",
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.2.0-RC1"
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   }