[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / 5 / 6 / PR2StudioSwift / 0.3.0 / PR2StudioSwift.podspec.json
blob9558675c30912e9024b723b87e862dc623d961cd
2   "name": "PR2StudioSwift",
3   "version": "0.3.0",
4   "summary": "Swift base library used for PR2Studio projects",
5   "description": "PR2StudioSwift is the base library for developing Swift projects. Most of the projects from PR2Studio uses it.",
6   "homepage": "https://github.com/pabloroca/PR2StudioSwift",
7   "license": "MIT",
8   "authors": {
9     "Pablo Roca Rozas": "pablorocar@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pabloroca/PR2StudioSwift.git",
13     "tag": "0.3.0"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source_files": "PR2StudioSwift/**/*.swift",
19   "dependencies": {
20     "Alamofire": [
21       "~> 4.6"
22     ]
23   }