[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 6 / a / StanKit / 0.1.1 / StanKit.podspec.json
blob4ab16264e85ed19044031413691910f5436cf58a
2   "name": "StanKit",
3   "version": "0.1.1",
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 TestFlight and 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.1.1"
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         "TestFlightSDK": [
34           "~>3.0"
35         ],
36         "CrashlyticsFramework": [
37           "~>2"
38         ]
39       }
40     },
41     {
42       "name": "Analytics",
43       "source_files": [
44         "Classes/Analytics/*.{h,m}",
45         "Classes/Analytics.h"
46       ],
47       "dependencies": {
48         "StanKit/Core": [
50         ],
51         "GoogleAnalytics-iOS-SDK": [
52           "~> 3.0.6"
53         ]
54       }
55     }
56   ]