[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / c / ImgurAnonymousAPIClient / 0.3 / ImgurAnonymousAPIClient.podspec.json
blob4193e8d12b936145e24db19dec804d3c725b882c
2   "name": "ImgurAnonymousAPIClient",
3   "version": "0.3",
4   "license": "Public domain",
5   "summary": "An anonymous Imgur image uploader",
6   "homepage": "https://github.com/nolanw/ImgurAnonymousAPIClient",
7   "authors": "Nolan Waite",
8   "source": {
9     "git": "https://github.com/nolanw/ImgurAnonymousAPIClient.git",
10     "tag": "v0.3"
11   },
12   "source_files": "ImgurAnonymousAPIClient.[hm]",
13   "requires_arc": true,
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "dependencies": {
19     "AFNetworking": [
20       ">= 2.3.1"
21     ]
22   },
23   "frameworks": "ImageIO",
24   "ios": {
25     "frameworks": [
26       "AssetsLibrary",
27       "MobileCoreServices"
28     ]
29   },
30   "osx": {
31     "frameworks": "CoreServices"
32   }