[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / e / 9 / FBLFunctional / 1.0 / FBLFunctional.podspec.json
blobb52a4c2cfb7a0e15d84e9264a8e92117e8efe3b4
2   "name": "FBLFunctional",
3   "version": "1.0",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/google/functional-objc",
10   "source": {
11     "git": "https://github.com/google/functional-objc.git",
12     "tag": "1.0"
13   },
14   "summary": "Functional operators for Objective-C",
15   "description": "An Objective-C library of functional operators, derived from Swift.Sequence,\nthat help you write more concise and readable code for collection\ntransformations. Foundation collections supported include: NSArray,\nNSDictionary, NSOrderedSet, and NSSet.",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "tvos": "9.0"
20   },
21   "prefix_header_file": false,
22   "source_files": "Sources/FBLFunctional/**/*.{h,m}"