[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / c / 1 / LambdaKit / 0.5.0 / LambdaKit.podspec.json
blob507c72db61e0d9bd73c2eb0fe35a978f58ab426b
2   "name": "LambdaKit",
3   "version": "0.5.0",
4   "license": "MIT",
5   "summary": "Closures on most used UIKit methods",
6   "homepage": "https://github.com/Reflejo/LambdaKit",
7   "social_media_url": "https://twitter.com/fz",
8   "authors": {
9     "Martin Conte Mac Donell": "reflejo@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Reflejo/LambdaKit.git",
13     "tag": "0.5.0"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "watchos": "3.0"
18   },
19   "ios": {
20     "source_files": "Sources/LambdaKit/*.swift"
21   },
22   "watchos": {
23     "source_files": [
24       "Sources/LambdaKit/NSObject*.swift",
25       "Sources/LambdaKit/CLLocationManager*.swift"
26     ]
27   }