[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 1 / c / DRObservableArray / 1.0.1 / DRObservableArray.podspec.json
blob05f2261e12e6b0ce1096046845b0cd3a93e695ad
2   "name": "DRObservableArray",
3   "version": "1.0.1",
4   "summary": "Observable array and observable mutable array protocol with generic implementations",
5   "homepage": "https://github.com/darrarski/DRObservableArray",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dariusz Rybicki": "darrarski@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/darrarski/DRObservableArray.git",
15     "tag": "v1.0.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11"
21   },
22   "source_files": "DRObservableArray/Common/*.{h,m}",
23   "ios": {
24     "source_files": "DRObservableArray/iOS/*.{h,m}"
25   },
26   "osx": {
27     "source_files": "DRObservableArray/macOS/*.{h,m}"
28   }