blob: 66907f502ea11a70f1c5f676db74fb565be1d56b [file] [log] [blame]
{
"name": "ObservedLazySeq",
"version": "0.1.0",
"summary": "Wrapper for Taking&observing things from database, lazy way.",
"description": "This pod focuses on building wrapper for objects that are:\n1. Loaded lazily, like batch requests from database\n2. Observed and updated\n3. May need transformation on the way",
"homepage": "https://github.com/NeedMoreDesu/ObservedLazySeq.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleksii Horishnii": "oleksii.horishnii@gmail.com"
},
"source": {
"git": "https://github.com/NeedMoreDesu/ObservedLazySeq.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ObservedLazySeq/Classes/**/*",
"dependencies": {
"LazySeq": [
]
},
"pushed_with_swift_version": "3.0"
}