blob: 04ca1e1f3ae2213c91420bd7a8a7036f28259c3d [file] [log] [blame]
{
"name": "WordPressUI",
"version": "1.0.1",
"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.1"
},
"source_files": "WordPressUI/**/*.{h,m,swift}",
"resources": [
"WordPressUI/Resources/*.{xcassets}",
"WordPressUI/**/*.{storyboard}"
],
"requires_arc": true,
"header_dir": "WordPressUI"
}