blob: 6ffb02fe8030ec30eb7802d8b35e03190b5f1b57 [file] [log] [blame]
{
"name": "FeedlyKit",
"version": "1.5.0",
"summary": "Feedly Cloud API client library in 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": "9.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/kumabook/FeedlyKit.git",
"tag": "1.5.0"
},
"frameworks": "Foundation",
"source_files": "Source/*.swift",
"exclude_files": "Spec/*",
"dependencies": {
"SwiftyJSON": [
],
"Alamofire": [
"~> 4.5"
]
}
}