blob: 5621898fc072674cb271ea711d41e239eecb3257 [file] [log] [blame]
{
"name": "WordPressCom-Stats-iOS",
"version": "0.4.5",
"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 Token for WordPress.com generated currently by WordPress-Mobile/WordPress-iOS\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/WordPressCom-Stats-iOS.git",
"tag": "0.4.5"
},
"source_files": [
"WordPressCom-Stats-iOS",
"WordPressCom-Stats-iOS/**/*.{h,m,swift}"
],
"exclude_files": "WordPressCom-Stats-iOS/Exclude",
"prefix_header_file": "WordPressCom-Stats-iOS/WordPressCom-Stats-iOS-Prefix.pch",
"resource_bundles": {
"WordPressCom-Stats-iOS": [
"WordPressCom-Stats-iOS/**/*.storyboard",
"WordPressCom-Stats-iOS/**/*.xib",
"WordPressCom-Stats-iOS/**/*.otf",
"WordPressCom-Stats-iOS/**/*.png"
]
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"CocoaLumberjack": [
"2.0.0"
],
"WordPress-iOS-Shared": [
"~> 0.3"
],
"NSObject-SafeExpectations": [
"0.0.2"
],
"WordPressCom-Analytics-iOS": [
"~>0.0.34"
]
},
"deprecated": true
}