blob: 381615a1414da7171fb49121495e96ec9e246950 [file] [log] [blame]
{
"name": "WordPress-iOS-Shared",
"version": "0.0.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://make.wordpress.org/mobile",
"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.0.3"
},
"source_files": [
"WordPress-iOS-Shared",
"WordPress-iOS-Shared/**/*.{h,m}"
],
"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.8.1"
],
"DTCoreText": [
"1.6.9"
]
},
"deprecated": true
}