blob: a971c4c10a049179055e4a08e10c09b934a94872 [file] [log] [blame]
{
"name": "WordPress-iOS-Shared",
"version": "0.2.0",
"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.2.0"
},
"source_files": "WordPress-iOS-Shared/Core",
"ios": {
"resource_bundles": {
"WordPress-iOS-Shared": "WordPress-iOS-Shared/Assets/*.ttf"
}
},
"exclude_files": "WordPress-iOS-Shared/Exclude",
"prefix_header_file": "WordPress-iOS-Shared/WordPress-iOS-Shared-Prefix.pch",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.1"
],
"CocoaLumberjack": [
"~> 1.9"
]
},
"deprecated": true
}