| { |
| "name": "MyCloudHomeSDKObjc", |
| "version": "1.0.3", |
| "summary": "A pleasant wrapper around the WD My Cloud Home API.", |
| "homepage": "https://github.com/leshkoapps/MyCloudHomeSDKObjc.git", |
| "authors": { |
| "Everappz": "https://everapz.com" |
| }, |
| "source": { |
| "git": "https://github.com/leshkoapps/MyCloudHomeSDKObjc.git", |
| "tag": "1.0.3" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "SDK/*.{h,m}", |
| "license": "MIT", |
| "frameworks": [ |
| "Foundation", |
| "WebKit" |
| ], |
| "dependencies": { |
| "ISO8601DateFormatter": [ |
| |
| ], |
| "AppAuth": [ |
| |
| ] |
| } |
| } |