[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 5 / b / 7 / OneSky / 1.2.3 / OneSky.podspec.json
blob4a88ce0d220066aa549f706cf2215f677ead6a93
2   "name": "OneSky",
3   "version": "1.2.3",
4   "summary": "The OneSky iOS SDK, for integrating OneSky into your iOS application.",
5   "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.",
6   "homepage": "https://github.com/onesky/onesky-for-ios",
7   "license": {
8     "type": "MIT",
9     "file": "OneSky/license"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "authors": {
15     "OneSky": "admin@oneskyapp.com"
16   },
17   "source": {
18     "git": "https://github.com/onesky/onesky-for-ios.git",
19     "tag": "1.2.3"
20   },
21   "source_files": [
22     "OneSky/*.swift",
23     "OneSky/API/*.swift",
24     "OneSky/API/Delegates/*.swift",
25     "OneSky/API/Manager/*.swift",
26     "OneSky/API/Services/*.swift",
27     "OneSky/API/Structures/*.swift",
28     "OneSky/API/Manager/ResponseTransformers/*.swift",
29     "OneSky/API/Controller/*.swift",
30     "OneSky/API/Controller/SelectCell/*.swift"
31   ],
32   "dependencies": {
33     "Siesta": [
34       "~> 1.3.0"
35     ],
36     "Ably": [
38     ]
39   }