[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / 4 / NNArrayDiff / 0.3.0 / NNArrayDiff.podspec.json
blobc2c89b8b1c73f6756eea2fc04cbb451bf348edb1
2   "name": "NNArrayDiff",
3   "version": "0.3.0",
4   "summary": "Yet another diff calculation utility, efficient & tested.",
5   "description": "A detailed description will be here when I think of a good one.",
6   "homepage": "https://github.com/nickynick/ArrayDiff",
7   "license": "MIT",
8   "authors": {
9     "Nick Tymchenko": "t.nick.a@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nickynick/ArrayDiff.git",
13     "tag": "0.3.0"
14   },
15   "social_media_url": "https://twitter.com/nickynick42",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "ArrayDiff/**/*.{h,m}",
21   "public_header_files": "ArrayDiff/**/*.h",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "UIKitWorkarounds": [
25       ">= 0.2.1"
26     ]
27   }