[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 0 / 7 / OneSkyOTAPlugin / 0.10.2 / OneSkyOTAPlugin.podspec.json
blob3ceb9f2042edb674035d1e0a74ac1816e081d81a
2   "name": "OneSkyOTAPlugin",
3   "version": "0.10.2",
4   "summary": "OneSkyOTAPlugin enables over-the-air translation update for your iOS Apps",
5   "homepage": "https://github.com/onesky/plugin-ios-ota",
6   "license": {
7     "type": "Commercial",
8     "text": "Copyright © 2015 OneSky Inc. All rights reserved. http://www.oneskyapp.com"
9   },
10   "authors": {
11     "Bret Cheng": "bret@oneskyapp.com"
12   },
13   "source": {
14     "git": "https://github.com/onesky/plugin-ios-ota.git",
15     "tag": "0.10.2"
16   },
17   "social_media_url": "https://twitter.com/oneskyapp",
18   "documentation_url": "https://github.com/onesky/plugin-ios-ota",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "OneSkyOTAPlugin/**/*.h",
24   "vendored_libraries": "OneSkyOTAPlugin/libOneSkyOTAPlugin.a",
25   "libraries": "OneSkyOTAPlugin",
26   "preserve_paths": [
27     "OneSkyOTAPlugin/ibsupport"
28   ],
29   "frameworks": "UIKit",
30   "xcconfig": {
31     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/OneSkyOTAPlugin\"",
32     "OTHER_LDFLAGS": "-ObjC"
33   }