[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / b / a / 4 / LionheartAlamofireClient / 2.0.5 / LionheartAlamofireClient.podspec.json
blob08c2d5bd42fa2d0c3ec2194dfe24c5bf1f1d1190
2   "name": "LionheartAlamofireClient",
3   "version": "2.0.5",
4   "summary": "A simple class that helps manage interaction with remote APIs using Alamofire.",
5   "description": "A simple class that helps manage interaction with remote APIs using Alamofire.",
6   "homepage": "https://github.com/lionheart/LionheartAlamofireClient",
7   "license": "Apache 2.0",
8   "authors": {
9     "Dan Loewenherz": "dan@lionheartsw.com"
10   },
11   "source": {
12     "git": "https://github.com/lionheart/LionheartAlamofireClient.git",
13     "tag": "2.0.5"
14   },
15   "social_media_url": "https://twitter.com/dwlz",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "3.0"
23   },
24   "dependencies": {
25     "Alamofire": [
27     ]
28   }