blob: 6a5965507b7a3b6b05aeb71e94f5814ee8378fff [file] [log] [blame]
{
"name": "WordPressUI",
"version": "1.0.8",
"summary": "Home of reusable WordPress UI components.",
"description": "This framework contains standalone and reusable components, brought to you by the WordPress iOS Team.",
"homepage": "http://apps.wordpress.com",
"license": "GPLv2",
"authors": {
"Jorge Leandro Perez": "jorge.perez@automattic.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressUI-iOS.git",
"tag": "1.0.8"
},
"source_files": "WordPressUI/**/*.{h,m,swift}",
"resources": [
"WordPressUI/Resources/*.{xcassets}",
"WordPressUI/**/*.{storyboard}"
],
"requires_arc": true,
"header_dir": "WordPressUI"
}