blob: 47594dc70393ba50cabd759da237b5fb1e4b9f9c [file] [log] [blame]
{
"name": "iOSFakeCarrier",
"platforms": {
"ios": null
},
"version": "1.0",
"summary": "Automatically set carrier info based on locales and other custom settings - usefull for generating nice screenshots",
"description": " Small class, that let you change standard iOS status bar information. Works in both simulator and device. \n Supposed to be used when creating screenshots\n for App Store - to have nice localized carrier info, time and other status bar information based on your needs.\n\n We recommend to create different target for creating screenshots, where you will include this POD. Don't forgot to\n remove this package from production build! It is using private API, so that it will not pass App Store review (it also\n doesn't have sense to be included in production builds)/\n",
"homepage": "https://github.com/sarsonj/iosFakeCarrier.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jindrich Sarson": "jindra@tappytaps.com"
},
"source": {
"git": "https://github.com/sarsonj/iosFakeCarrier.git",
"tag": "1.0"
},
"source_files": [
"iosFakeCarrier/Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resource_bundles": {
"iosFakeCarrier": "iosFakeCarrier/Resources/*.lproj"
},
"requires_arc": true
}