blob: b7afe130c3214b64b2a0c6cdc7c90b9f3ec0802a [file] [log] [blame]
{
"name": "WordPressCom-Stats-iOS",
"version": "0.7.0",
"summary": "Reusable component for displaying WordPress.com site stats in an iOS application.",
"description": "Reusable component for displaying WordPress.com site stats in an iOS application\n\n* Requires an OAuth2 bearer token for WordPress.com generated currently by WordPress-Mobile/WordPress-iOS",
"homepage": "http://apps.wordpress.org",
"license": "GPLv2",
"authors": {
"Aaron Douglas": "astralbodies@gmail.com"
},
"social_media_url": "http://twitter.com/WordPressiOS",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wordpress-mobile/WordPressCom-Stats-iOS.git",
"tag": "0.7.0"
},
"private_header_files": "WordPressCom-Stats-iOS/Private/*.h",
"exclude_files": "WordPressCom-Stats-iOS/Exclude",
"prefix_header_file": "WordPressCom-Stats-iOS/WordPressCom-Stats-iOS-Prefix.pch",
"requires_arc": true,
"header_dir": "WordPressComStatsiOS",
"module_name": "WordPressComStatsiOS",
"dependencies": {
"AFNetworking": [
"~> 2.6.0"
],
"CocoaLumberjack": [
"~> 2.2.0"
],
"WordPress-iOS-Shared": [
"~> 0.5.3"
],
"NSObject-SafeExpectations": [
"0.0.2"
],
"WordPressCom-Analytics-iOS": [
"~> 0.1.4"
]
},
"deprecated": true,
"subspecs": [
{
"name": "UI",
"source_files": [
"WordPressCom-Stats-iOS/Common/*.{h,m,swift}",
"WordPressCom-Stats-iOS/Private/*.{h,m,swift}",
"WordPressCom-Stats-iOS/UI/*.{h,m,swift}"
],
"dependencies": {
"WordPressCom-Stats-iOS/Services": [
]
},
"resource_bundles": {
"WordPressCom-Stats-iOS": [
"WordPressCom-Stats-iOS/UI/*.storyboard",
"WordPressCom-Stats-iOS/UI/*.xib",
"WordPressCom-Stats-iOS/Resources/*.otf",
"WordPressCom-Stats-iOS/Resources/*.png"
]
}
},
{
"name": "Services",
"source_files": [
"WordPressCom-Stats-iOS/Common/*.{h,m,swift}",
"WordPressCom-Stats-iOS/Private/*.{h,m,swift}",
"WordPressCom-Stats-iOS/Services/*.{h,m,swift}"
]
}
]
}