Skip to content

Commit

Permalink
Added version 1.0.2 of MVVMService.
Browse files Browse the repository at this point in the history
  • Loading branch information
xulinfeng committed Jan 14, 2019
1 parent ea1d016 commit 7330fec
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Specs/MVVMService/1.0.0/MVVMService.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"summary": "MVVMService.",
"description": "MVVM service.",
"homepage": "https://github.com/Modool/GCDTimer",
"homepage": "https://github.com/Modool/MVVMService",
"license": "MIT",
"authors": {
"Modool": "https://github.com/Modool"
Expand Down
2 changes: 1 addition & 1 deletion Specs/MVVMService/1.0.1/MVVMService.podspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.1",
"summary": "MVVMService.",
"description": "MVVM service.",
"homepage": "https://github.com/Modool/GCDTimer",
"homepage": "https://github.com/Modool/MVVMService",
"license": "MIT",
"authors": {
"Modool": "https://github.com/Modool"
Expand Down
27 changes: 27 additions & 0 deletions Specs/MVVMService/1.0.2/MVVMService.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "MVVMService",
"version": "1.0.2,
"summary": "MVVMService.",
"description": "MVVM service.",
"homepage": "https://github.com/Modool/MVVMService",
"license": "MIT",
"authors": {
"Modool": "https://github.com/Modool"
},
"social_media_url": "https://github.com/Modool",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Modool/MVVMService.git",
"tag": "1.0.2"
},
"requires_arc": true,
"source_files": "MVVMService/**/*.{h,m}",
"private_header_files": "MVVMService/Private/*.h",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
}
}

0 comments on commit 7330fec

Please sign in to comment.