blob: a6fa892415da0a752fe1a512cf3fda40350c6f4b [file] [log] [blame]
{
"name": "WordPress-iOS-Shared",
"version": "0.5.7",
"summary": "Shared components used in building the WordPress iOS apps and other library components.",
"description": "Shared components used in building the WordPress iOS apps and other library components.\n\nThis is the first step required to build WordPress-iOS with UI components.",
"homepage": "http://apps.wordpress.com",
"license": "GPLv2",
"authors": {
"Automattic": "mobile@automattic.com",
"Aaron Douglas": "astralbodies@gmail.com",
"Diego Rey Mendez": "diegoreymendez@gmail.com",
"Sergio Estevao": "sergioestevao@gmail.com"
},
"social_media_url": "http://twitter.com/WordPressiOS",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wordpress-mobile/WordPress-iOS-Shared.git",
"tag": "0.5.7"
},
"source_files": [
"WordPress-iOS-Shared/Core",
"WordPress-iOS-Shared/Private"
],
"public_header_files": "WordPress-iOS-Shared/Core/*.h",
"ios": {
"resource_bundles": {
"WordPress-iOS-Shared": "WordPress-iOS-Shared/Assets/*.{ttf,otf}"
}
},
"exclude_files": "WordPress-iOS-Shared/Exclude",
"prefix_header_file": "WordPress-iOS-Shared/WordPress-iOS-Shared-Prefix.pch",
"requires_arc": true,
"header_dir": "WordPressShared",
"dependencies": {
"CocoaLumberjack": [
"~> 2.2.0"
]
},
"deprecated": true
}