[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 1 / d / f / ISHLogDNA / 0.0.1 / ISHLogDNA.podspec.json
blob19d7c6e1de14261052ebdbe90da50a66fea55963
2   "name": "ISHLogDNA",
3   "version": "0.0.1",
4   "summary": "This micro-framework supports remote logging via LogDNA on iOS.",
5   "description": "This micro-framework supports remote logging via LogDNA on iOS. The framework itself is written in ObjC for easy integration in Swift and ObjC apps.\nRequires a deployment target of iOS 9 and above.",
6   "homepage": "https://github.com/iosphere/ISHLogDNA",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Preston Farr": "xavierproductions05@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/xavisavvy/ISHLogDNA.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "ISHLogDNAService",
23     "Classes/**/*.{h,m}"
24   ]