blob: 09b6b11c7a05cc0cd7be31c9721e3fbbdfb163b5 [file] [log] [blame]
{
"name": "WordPressCom-Stats-iOS",
"version": "0.9.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": "10.0"
},
"source": {
"git": "https://github.com/wordpress-mobile/WordPressCom-Stats-iOS.git",
"tag": "0.9.0"
},
"source_files": [
"WordPressCom-Stats-iOS",
"WordPressCom-Stats-iOS/**/*.{h,m,swift}"
],
"private_header_files": "WordPressCom-Stats-iOS/Private/*.h",
"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"
]
},
"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": [
"~> 3.1.0"
],
"CocoaLumberjack": [
"~> 2.2.0"
],
"WordPress-iOS-Shared": [
"~> 0.5"
],
"NSObject-SafeExpectations": [
"~> 0.0.2"
],
"WordPressCom-Analytics-iOS": [
"~> 0.1.4"
]
},
"deprecated": true
}