[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 6 / 1 / c / DRObservableArray / 1.0.4 / DRObservableArray.podspec.json
blobae2060fc9978ed3fe7c20e4d3f26eb73c2ac56de
2   "name": "DRObservableArray",
3   "version": "1.0.4",
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   "social_media_url": "https://twitter.com/darrarski",
14   "source": {
15     "git": "https://github.com/darrarski/DRObservableArray.git",
16     "tag": "v1.0.4"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.11"
22   },
23   "source_files": "DRObservableArray/Common/*.{h,m}",
24   "ios": {
25     "source_files": "DRObservableArray/iOS/*.{h,m}"
26   },
27   "osx": {
28     "source_files": "DRObservableArray/macOS/*.{h,m}"
29   }