blob: 900d9fd83552213b56c89f3e7ab6c4df32650512 [file] [log] [blame]
{
"name": "DTObservable",
"version": "0.4.2",
"summary": "A simple observable structure for iOS.",
"description": "# DTObservable\n\nAn implementation of the observable chain pattern for iOS.\n \n",
"homepage": "https://github.com/DTHENG/DTObservable",
"license": "MIT",
"authors": {
"DTHENG": "fender5289@gmail.com"
},
"source": {
"git": "https://github.com/DTHENG/DTObservable.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"resource_bundles": {
"DTObservable": [
"Pod/Assets/*.png"
]
}
}