blob: 45a0573f302a78cf2ef97bc39482ba09c9b82530 [file] [log] [blame]
{
"name": "WordPress-iOS-Shared",
"version": "0.4.3",
"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.4.3"
},
"source_files": "WordPress-iOS-Shared/Core",
"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,
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"CocoaLumberjack": [
"= 2.0.0"
]
},
"deprecated": true
}