[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 7 / d / Yosaku / 0.2.0 / Yosaku.podspec.json
blob9b767049137d32abed09e686ff0481bf88ccb8ce
2   "name": "Yosaku",
3   "version": "0.2.0",
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/Resources/iPhone_portrait.png",
9     "https://github.com/sgr/Yosaku/raw/master/Resources/iPhone_landscape.png",
10     "https://github.com/sgr/Yosaku/raw/master/Resources/iPad_portrait.png",
11     "https://github.com/sgr/Yosaku/raw/master/Resources/iPad_landscape.png"
12   ],
13   "license": "MIT",
14   "authors": "Shigeru Fujiwara",
15   "source": {
16     "git": "https://github.com/sgr/Yosaku.git",
17     "tag": "0.2.0"
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       "~> 2.0"
30     ]
31   }