[Add] !ProtoCompiler-gRPCCppPlugin 1.69.0
[CocoaPods.git] / Specs / b / 5 / 0 / swiftRemoteLogger / 0.1.0 / swiftRemoteLogger.podspec.json
blobb696a834be6d0f3cbd192e3b709e9abb46d5f75e
2   "name": "swiftRemoteLogger",
3   "version": "0.1.0",
4   "summary": "A simple remote logger for swift, via php script",
5   "description": "A php based remote logger system, download the dedicated php script in order to remote log every information about your app during debug sessions.",
6   "homepage": "https://github.com/matteocrippa/swiftRemoteLogger",
7   "license": "MIT",
8   "authors": {
9     "Matteo Crippa": "github@matteocrippa.it"
10   },
11   "source": {
12     "git": "https://github.com/matteocrippa/swiftRemoteLogger.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "source_files": "Pod/Classes/*",
23   "requires_arc": true,
24   "dependencies": {
25     "Alamofire": [
26       "~> 1.3"
27     ]
28   }