From f2b1834ac012152a98bced67ad1d36af03f2a4c1 Mon Sep 17 00:00:00 2001 From: Molnar Kristian Date: Wed, 19 Oct 2016 07:38:43 -0400 Subject: [PATCH] [Add] UserSession 0.1.0 --- .../0.1.0/UserSession.podspec.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Specs/UserSession/0.1.0/UserSession.podspec.json diff --git a/Specs/UserSession/0.1.0/UserSession.podspec.json b/Specs/UserSession/0.1.0/UserSession.podspec.json new file mode 100644 index 00000000000000..8c21f63d90930c --- /dev/null +++ b/Specs/UserSession/0.1.0/UserSession.podspec.json @@ -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": [ + + ] + } +}