blob: a791226b5d6fc2ecdb85b145ac4ff058677c3f76 [file] [log] [blame]
{
"name": "DTObservable",
"version": "0.1.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.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"resource_bundles": {
"DTObservable": [
"Pod/Assets/*.png"
]
}
}