blob: a86e035ef25e44272a71a187240ba29b043abbad [file] [log] [blame]
{
"name": "WordPressUI",
"version": "1.3.3",
"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.2",
"source": {
"git": "https://github.com/wordpress-mobile/WordPressUI-iOS.git",
"tag": "1.3.3"
},
"source_files": "WordPressUI/**/*.{h,m,swift}",
"resource_bundles": {
"WordPressUI": [
"WordPressUI/**/*.{storyboard}"
]
},
"requires_arc": true,
"header_dir": "WordPressUI"
}