blob: 4a88ce0d220066aa549f706cf2215f677ead6a93 [file] [log] [blame]
{
"name": "OneSky",
"version": "1.2.3",
"summary": "The OneSky iOS SDK, for integrating OneSky into your iOS application.",
"description": "OneSky for iOS helps developers actualize cross-platform localization experience quickly with out-of-box solutions. Save hundreds of hours in finding and trying out best practices. You can mix-and-match building blocks with your own implementations if needed.",
"homepage": "https://github.com/onesky/onesky-for-ios",
"license": {
"type": "MIT",
"file": "OneSky/license"
},
"platforms": {
"ios": "9.0"
},
"authors": {
"OneSky": "admin@oneskyapp.com"
},
"source": {
"git": "https://github.com/onesky/onesky-for-ios.git",
"tag": "1.2.3"
},
"source_files": [
"OneSky/*.swift",
"OneSky/API/*.swift",
"OneSky/API/Delegates/*.swift",
"OneSky/API/Manager/*.swift",
"OneSky/API/Services/*.swift",
"OneSky/API/Structures/*.swift",
"OneSky/API/Manager/ResponseTransformers/*.swift",
"OneSky/API/Controller/*.swift",
"OneSky/API/Controller/SelectCell/*.swift"
],
"dependencies": {
"Siesta": [
"~> 1.3.0"
],
"Ably": [
]
}
}