[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 3 / d / a / iBaseSwift / 0.0.27 / iBaseSwift.podspec.json
blob31239d40fb12d79404d34b3f4a86a6016dde56a6
2   "name": "iBaseSwift",
3   "version": "0.0.27",
4   "summary": "User authentication based framework",
5   "description": "User authentication based framework which supports for local validations, web services, navigations, user sessions etc. of authentication pages",
6   "homepage": "https://github.com/elegantmedia-apps/iBaseSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Elegant Media Team": "apps.elegantmedia@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/elegantmedia-apps/iBaseSwift.git",
20     "tag": "0.0.27"
21   },
22   "source_files": [
23     "iBaseSwift/*.{h}",
24     "iBaseSwift/Auth/Source/Modules/*.{swift}",
25     "iBaseSwift/Auth/Source/Models/*.{swift}",
26     "iBaseSwift/Auth/Source/Utility/*.{swift}",
27     "iBaseSwift/Swagger/Source/*.{swift}",
28     "iBaseSwift/Swagger/Source/APIs/*.{swift}",
29     "iBaseSwift/Swagger/Source/Models/*.{swift}",
30     "iBaseSwift/Swagger/Source/Utility/*.{swift}"
31   ],
32   "frameworks": [
33     "Alamofire",
34     "SwiftyJSON"
35   ],
36   "static_framework": true,
37   "dependencies": {
38     "Alamofire": [
40     ],
41     "SwiftyJSON": [
43     ]
44   },
45   "swift_version": "5.0"