[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 8 / 0 / d / DBFBProfilePictureView / 1.6 / DBFBProfilePictureView.podspec.json
blobdcf2d459bf527ed421885d88789253dfd1c687e7
2   "name": "DBFBProfilePictureView",
3   "version": "1.6",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "summary": "Improved Facebook profile picture view",
8   "homepage": "https://github.com/combinatorial/DBFBProfilePictureView",
9   "license": "Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)",
10   "authors": {
11     "David Brittain": "combinatorial@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/combinatorial",
14   "source": {
15     "git": "https://github.com/combinatorial/DBFBProfilePictureView.git",
16     "tag": "1.6"
17   },
18   "requires_arc": true,
19   "source_files": "DBFBProfilePictureView",
20   "dependencies": {
21     "AFNetworking": [
22       ">= 2.2"
23     ],
24     "FBSDKCoreKit": [
25       "~> 4.3"
26     ]
27   },
28   "compiler_flags": "-DUSE_AFNETWORKING_2",
29   "frameworks": [
30     "QuartzCore",
31     "MobileCoreServices",
32     "SystemConfiguration"
33   ],
34   "prefix_header_contents": "    #import <SystemConfiguration/SystemConfiguration.h>\n    #import <MobileCoreServices/MobileCoreServices.h>\n"