[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 7 / d / Yosaku / 0.1.1 / Yosaku.podspec.json
blob279ba6b45224e9f0e51448533b246d94ecfb17ea
2   "name": "Yosaku",
3   "version": "0.1.1",
4   "summary": "A log viewer for Cocoa Touch.",
5   "description": "                       A log viewer for Cocoa Touch.\n\n                       * Yosaku depends on CocoaLumberjack.\n                       * Yosaku uses UITableView for displaying log messages.\n",
6   "homepage": "https://github.com/sgr/Yosaku",
7   "screenshots": [
8     "https://github.com/sgr/Yosaku/raw/master/iPhone_portrait.PNG",
9     "https://github.com/sgr/Yosaku/raw/master/iPhone_landscape.PNG",
10     "https://github.com/sgr/Yosaku/raw/master/iPad_portrait.PNG",
11     "https://github.com/sgr/Yosaku/raw/master/iPad_landscape.PNG"
12   ],
13   "license": "MIT",
14   "authors": "Shigeru Fujiwara",
15   "source": {
16     "git": "https://github.com/sgr/Yosaku.git",
17     "tag": "0.1.1"
18   },
19   "social_media_url": "https://www.google.com/+ShigeruFujiwara3",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes",
25   "resources": "Pod/Classes/*.xib",
26   "public_header_files": "Pod/Classes/YSLogger.h",
27   "dependencies": {
28     "CocoaLumberjack": [
29       "~> 1.9"
30     ]
31   }