blob: 7975af28988a03d13db453fc50a71a65e8e6deb7 [file] [log] [blame]
{
"name": "WordPressSwift",
"version": "0.3.0",
"summary": "Integrate WordPress on your app.",
"description": "Use WordPressSwift to integrate a WordPress blog on your own app.\nYou can retreive the categories of the blog, posts (you can filter by category), and more...",
"homepage": "https://github.com/Rubenfer/WordPressSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ruben Fernandez": "ruben.fdez@icloud.com"
},
"source": {
"git": "https://github.com/Rubenfer/WordPressSwift.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/RubenApps",
"platforms": {
"ios": "10.0"
},
"source_files": [
"WordPressSwift/WordpressSwift.swift",
"WordPressSwift/WPFeaturedImage.swift",
"WordPressSwift/WPCategory.swift",
"WordPressSwift/WPPost.swift"
],
"swift_version": "4.2"
}