[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 7 / 2 / WSMobileLib / 2.0.16 / WSMobileLib.podspec.json
blob4a9d60b56441464d5bf06a6f4a88154da25f9b38
2   "name": "WSMobileLib",
3   "version": "2.0.16",
4   "summary": "Welcome to WSMobileLib",
5   "description": "The DKMobileService class provides a centralized point of control and coordination for all backoffice call.\nEvery application, who wants to make a call to the backoffice, must have exactly one instance of DKMobileServices.\nThereafter you access this object by invoking the shareDecathlonMobileServices class method. The framework support 64 bits architecture.",
6   "homepage": "https://git.osiris.withoxylane.com:ecommerce-mobile/decathlonservices.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ali": "ali.abbas@decathlon.com"
13   },
14   "source": {
15     "git": "git@git.osiris.withoxylane.com:ecommerce-mobile/decathlonservices.git",
16     "tag": "2.0.16"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "WSMobile/Utils/*.{h,m}",
23     "WSMobile/Managers/**/*.{h,m}",
24     "WSMobile/Core/*.{h,m}",
25     "WSMobile/Services\\ Keys/*.{h,m}",
26     "WSMobile/External\\ Libs/*.{h,m}"
27   ],
28   "public_header_files": [
29     "WSMobile/Utils/*.{h}",
30     "WSMobile/Managers/**/*.{h}",
31     "WSMobile/Core/*.{h}",
32     "WSMobile/Services\\ Keys/*.{h}",
33     "WSMobile/External\\ Libs/*.{h}"
34   ],
35   "prefix_header_contents": [
36     "#import \"WSRequest.h\"",
37     "#import \"WSMobileServiceManager.h\"",
38     "#import \"WSKeys.h\"",
39     "#import \"WSRSASecurity.h\""
40   ]