[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 0 / 5 / 6 / PR2StudioSwift / 0.2.3 / PR2StudioSwift.podspec.json
blob0ec94a9b896b3d53368773ad8e7c11191d43ed9d
2   "name": "PR2StudioSwift",
3   "version": "0.2.3",
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.2.3"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source_files": "PR2StudioSwift/**/*.swift",
19   "dependencies": {
20     "Alamofire": [
21       "~> 4.6"
22     ],
23     "PureLayout": [
24       "~> 3.0.0"
25     ]
26   }