blob: d6903072b9c62a2b0b328aeb640cf6da02129537 [file] [log] [blame]
{
"name": "WordPress-iOS-Shared",
"version": "0.1.5",
"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\n This is the first step required to build WordPress-iOS with UI components.\n",
"homepage": "http://apps.wordpress.org",
"license": "GPLv2",
"authors": {
"Aaron Douglas": "astralbodies@gmail.com"
},
"social_media_url": "http://twitter.com/WordPressiOS",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wordpress-mobile/WordPress-iOS-Shared.git",
"tag": "0.1.5"
},
"exclude_files": "WordPress-iOS-Shared/Exclude",
"prefix_header_file": "WordPress-iOS-Shared/WordPress-iOS-Shared-Prefix.pch",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.3.1"
],
"CocoaLumberjack": [
"~> 1.9"
]
},
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "WordPress-iOS-Shared/Core",
"ios": {
"resource_bundles": {
"WordPress-iOS-Shared": "WordPress-iOS-Shared/Assets/*.ttf"
}
}
},
{
"name": "DTCoreText",
"source_files": "WordPress-iOS-Shared/DTCoreText",
"dependencies": {
"DTCoreText": [
"1.6.13"
],
"WordPress-iOS-Shared/Core": [
]
}
}
]
}