[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 5 / d / Guardian / 0.5.0 / Guardian.podspec.json
blobc7494c479da0ec86404f3fa50e653461e3eb6515
2   "name": "Guardian",
3   "version": "0.5.0",
4   "summary": "Swift toolkit for Auth0 Guardian API",
5   "description": "Auth0 Guardian API toolkit written in Swift for iOS apps",
6   "homepage": "https://github.com/auth0/Guardian.swift",
7   "license": "MIT",
8   "authors": {
9     "Auth0": "support@auth0.com"
10   },
11   "source": {
12     "git": "https://github.com/auth0/Guardian.swift.git",
13     "tag": "0.5.0"
14   },
15   "social_media_url": "https://twitter.com/auth0",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": "Guardian/*.{swift,h,m}",
22     "frameworks": "UIKit"
23   }