[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 7 / c / MFCore / 2.4.0 / MFCore.podspec.json
blob73664553fc133aca4141916645a5ee1f2195a2ba
2   "name": "MFCore",
3   "version": "2.4.0",
4   "summary": "Movalys Framework MFCore.",
5   "homepage": "http://www.movalys.org",
6   "license": {
7     "type": "LGPLv3",
8     "file": "LGPLv3-LICENSE.txt"
9   },
10   "authors": "Sopra Steria Group",
11   "source": {
12     "git": "https://github.com/MovalysMDK/mdk-ios-lib-core.git",
13     "tag": "2.4.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "header_mappings_dir": ".",
19   "requires_arc": true,
20   "source_files": "MFCore/**/*.{h,m}",
21   "xcconfig": {
22     "OTHER_LDFLAGS": "-lz"
23   },
24   "frameworks": "CoreText",
25   "exclude_files": "MFCore/security/KeychainItemWrapper.{h,m}",
26   "subspecs": [
27     {
28       "name": "Dependencies",
29       "dependencies": {
30         "MDKJSONKit": [
31           "1.0.0"
32         ],
33         "CocoaLumberjack": [
34           "2.0.0"
35         ],
36         "MagicalRecord": [
37           "2.2"
38         ],
39         "CocoaSecurity": [
40           "1.2.4"
41         ]
42       }
43     },
44     {
45       "name": "SecurityWrapper",
46       "source_files": "MFCore/security/KeychainItemWrapper.{h,m}",
47       "requires_arc": false
48     }
49   ]