[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 6 / 1 / c / DRObservableArray / 1.0.3 / DRObservableArray.podspec.json
blobc5c9499a8c43bf59cdfb348839ad1e6ba5122c40
2   "name": "DRObservableArray",
3   "version": "1.0.3",
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.3"
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   }