| { |
| "name": "SCYandexDisk", |
| "version": "0.0.7", |
| "license": "MIT", |
| "summary": "simple yandex disk manager", |
| "homepage": "http://gitlab.sugarandcandy.ru/iOS/SugarKit", |
| "social_media_url": "https://twitter.com/sugarandcandyru", |
| "authors": { |
| "Sugar and Candy": "hi@sugarandcandy.ru" |
| }, |
| "source": { |
| "git": "https://github.com/SugarAndCandy/SCYandexDisk.git", |
| "tag": "0.0.7", |
| "submodules": true |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "public_header_files": "SCYandexDisk/**/*.h", |
| "source_files": "SCYandexDisk/**/*.{m,h}", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ], |
| "Reachability": [ |
| |
| ] |
| } |
| } |