blob: 468be906e4926036210016be4c485415d207d01b [file] [log] [blame]
{
"name": "DL_MVVM",
"version": "0.2.1",
"summary": "MVVM For TableView",
"description": "Testing Private Podspec.\n \n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/robinli08",
"license": "MIT",
"authors": {
"robinli08": "ielibo08@gmail.com"
},
"source": {
"git": "https://github.com/robinli08/mvvmDemo.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DL_MVVM/Src/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"JSONModel": [
"~> 1.2.0"
],
"ReactiveCocoa": [
"2.5"
]
}
}