[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / a / StanKit / 0.2 / StanKit.podspec.json
blob4a1aeff7e2d4420e4d946bfc326a9f7e462ffdb0
2   "name": "StanKit",
3   "version": "0.2",
4   "summary": "iOS library with various extensions on the default iOS SDK, particularly logging to several services.",
5   "description": "                   iOS library with various extensions on the default iOS SDK.\n\n                   * An easy logger to log to remote services like Crashlytics.\n                   * Google Analytics event and screen API.\n                   * Block methods for `UIResponder`, `UIAlertView` and `UIGestureRecognizer`.\n                   * [Runscope](http://runscope.com) category for `NSURL`.\n                   * `NSObject` selector swizzle methods.\n",
6   "homepage": "http://docs.label305.com/stankit-ios/master",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thijs Scheepers": "thijs@label305.com"
13   },
14   "source": {
15     "git": "https://github.com/Label305/StanKit.git",
16     "tag": "0.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": [
23     "Core"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "Classes/Core/*.{h,m}",
30         "Classes/StanKit.h"
31       ],
32       "dependencies": {
33         "CrashlyticsFramework": [
34           "~>2"
35         ]
36       }
37     },
38     {
39       "name": "Analytics",
40       "source_files": [
41         "Classes/Analytics/*.{h,m}",
42         "Classes/Analytics.h"
43       ],
44       "dependencies": {
45         "StanKit/Core": [
47         ],
48         "GoogleAnalytics-iOS-SDK": [
49           "~> 3.0.6"
50         ]
51       }
52     }
53   ]