[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / c / 4 / AFeedly / 0.0.1 / AFeedly.podspec.json
blob76adef82cfce4959b48a7373bde6bacaa501db91
2   "name": "AFeedly",
3   "version": "0.0.1",
4   "summary": "Feedly API Client",
5   "description": "                   A client connecting to Feedly API for authenticating and fetching all feeds, tags and etc.\n",
6   "homepage": "https://github.com/alkimake/AFeedly",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alkim Gozen": "alkimake@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/alkimake/AFeedly.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "Source/**/*.{h,m}",
22   "exclude_files": "Classes/Exclude",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 1.0"
27     ],
28     "LROAuth2Client": [
29       "~> 0.0"
30     ],
31     "JSONModel": [
32       "~> 0.13"
33     ],
34     "hpple": [
35       "~> 0.2"
36     ]
37   }