[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / d / Snapper / 0.22 / Snapper.podspec.json
blob725498ae137b16db8519a5dda5085e5fd62bc8de
2   "name": "Snapper",
3   "version": "0.22",
4   "summary": "An App.net client library for iOS and Mac.",
5   "homepage": "https://github.com/exsortis/Snapper",
6   "license": "MIT",
7   "authors": {
8     "Paul Schifferer": "paul@schifferers.net"
9   },
10   "source": {
11     "git": "https://github.com/exsortis/Snapper.git",
12     "tag": "0.22"
13   },
14   "source_files": [
15     "Snapper",
16     "Snapper/**/*.{h,m}"
17   ],
18   "frameworks": "Foundation",
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9"
22   },
23   "requires_arc": true,
24   "dependencies": {
25     "Mantle": [
26       "~> 1.5"
27     ]
28   }