blob: 0b90824605fe5bec1bff642b945683687f4f3237 [file] [log] [blame]
{
"name": "DRObservableArray",
"version": "1.0.0",
"summary": "Observable array and observable mutable array protocol with generic implementations",
"homepage": "https://github.com/darrarski/DRObservableArray",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dariusz Rybicki": "darrarski@gmail.com"
},
"source": {
"git": "https://github.com/darrarski/DRObservableArray.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source_files": "DRObservableArray/Common/*.{h,m}",
"ios": {
"source_files": "DRObservableArray/iOS/*.{h,m}"
},
"osx": {
"source_files": "DRObservableArray/macOS/*.{h,m}"
}
}