blob: 36b4cea6137bcf3da347de1c730df6adcc48a08e [file] [log] [blame]
{
"name": "FeedlyKit",
"version": "1.0.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.0.0"
},
"frameworks": "Foundation",
"source_files": "Source/*.swift",
"exclude_files": "Spec/*",
"dependencies": {
"SwiftyJSON": [
"~> 3.0"
],
"Alamofire": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}