Skip to content

Commit

Permalink
[Add] UserSession 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrisztian95 authored and CocoaPodsBot committed Oct 19, 2016
1 parent dbb7857 commit f2b1834
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Specs/UserSession/0.1.0/UserSession.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "UserSession",
"version": "0.1.0",
"summary": "A subclass that helps to store user`s sessions up to date",
"description": "A subclass that helps to store user`s sessions up to dateA subclass that helps to store user`s sessions up to dateA subclass that helps to store user`s sessions up to date",
"homepage": "https://github.com/mkrisztian95/UserSession",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Molnar Kristian": "krisztian.molnar@azinec.com"
},
"source": {
"git": "https://github.com/mkrisztian95/UserSession.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "UserSession/Classes/**/*",
"dependencies": {
"SwiftyJSON": [

]
}
}

0 comments on commit f2b1834

Please sign in to comment.