[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 7 / d / Yosaku / 0.1.0 / Yosaku.podspec.json
blob0c73153fc008c80ecb5d4c8f9e2b9dfca3fe4a99
2   "name": "Yosaku",
3   "version": "0.1.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/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.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": [
30     ]
31   }