blob: 43b37d5c6d5f8eb55ae0b612eeee0e97f868fb17 [file] [log] [blame]
{
"name": "FeedlyKit",
"version": "0.5.1",
"summary": "Feedly Cloud API client library with Swift",
"homepage": "https://github.com/kumabook/FeedlyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hiroki Kumamoto": "kumabook@live.jp"
},
"social_media_url": "http://twitter.com/kumabook",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/kumabook/FeedlyKit.git",
"tag": "0.5.1"
},
"frameworks": "Foundation",
"source_files": "Source/*.swift",
"exclude_files": "Spec/*",
"dependencies": {
"SwiftyJSON": [
"~> 2.3"
],
"Alamofire": [
"~> 3.2"
]
}
}