blob: 2aada835b8215a6728301b3a2029fded6ea56a13 [file] [log] [blame]
{
"name": "WSMobileLib",
"version": "2.0.11",
"summary": "Welcome to WSMobileLib",
"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.",
"homepage": "https://git.osiris.withoxylane.com:ecommerce-mobile/decathlonservices.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ali": "ali.abbas@decathlon.com"
},
"source": {
"git": "git@git.osiris.withoxylane.com:ecommerce-mobile/decathlonservices.git",
"tag": "2.0.11"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"WSMobile/Utils/*.{h,m}",
"WSMobile/Managers/**/*.{h,m}",
"WSMobile/Core/*.{h,m}",
"WSMobile/Services\\ Keys/*.{h,m}",
"WSMobile/External\\ Libs/*.{h,m}"
],
"public_header_files": [
"WSMobile/Utils/*.{h}",
"WSMobile/Managers/**/*.{h}",
"WSMobile/Core/*.{h}",
"WSMobile/Services\\ Keys/*.{h}",
"WSMobile/External\\ Libs/*.{h}"
],
"prefix_header_contents": [
"#import \"WSRequest.h\"",
"#import \"WSMobileServiceManager.h\"",
"#import \"WSKeys.h\"",
"#import \"WSRSASecurity.h\""
]
}