blob: 76adef82cfce4959b48a7373bde6bacaa501db91 [file] [log] [blame]
{
"name": "AFeedly",
"version": "0.0.1",
"summary": "Feedly API Client",
"description": " A client connecting to Feedly API for authenticating and fetching all feeds, tags and etc.\n",
"homepage": "https://github.com/alkimake/AFeedly",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alkim Gozen": "alkimake@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/alkimake/AFeedly.git",
"tag": "0.0.1"
},
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
],
"LROAuth2Client": [
"~> 0.0"
],
"JSONModel": [
"~> 0.13"
],
"hpple": [
"~> 0.2"
]
}
}