| { |
| "name": "WSMobileLib", |
| "version": "2.0.10", |
| "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.10" |
| }, |
| "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}" |
| ], |
| "dependencies": { |
| "Crashlytics": [ |
| |
| ] |
| }, |
| "prefix_header_contents": [ |
| "#import \"WSRequest.h\"", |
| "#import \"WSMobileServiceManager.h\"", |
| "#import \"WSKeys.h\"", |
| "#import \"WSRSASecurity.h\"" |
| ] |
| } |