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": [ + + ] + } +}