| { |
| "name": "Quantcast-Measure-iOS4", |
| "version": "1.2.5", |
| "summary": "Quantcast Measure for iOS (iOS 4 and later).", |
| "description": " \t\t\t\t\tQuantcast Measure available for iOS and Android mobile apps. The free service lets you to:\n * **Showcase Your App Stats** - Get the word out on your mobile app by showcasing your traffic on Quantcast – make your most accomplished metrics accessible to everyone.\n\t\t\t\t\t* **Demonstrate User Loyalty to Brands** - Engaging with mobile audiences is essential to brand advertisers advertising in apps. Return usage metrics indicates how loyal your audience is: if users are coming back for more, brands can connect with them.\n\t\t\t\t\t* **Understand Cross-Platform Visitation** - Get the complete picture. If you have a website, see the audience visitation patterns across your online, mobile web, and mobile app properties.\n", |
| "homepage": "https://www.quantcast.com/measurement/quantcast-measure-for-mobile-apps/", |
| "license": { |
| "type": "Copyright", |
| "text": "\t\tCopyright 2012 Quantcast Corp.\n\n\t\tThis software is licensed under the Quantcast Mobile App Measurement Terms of Service https://www.quantcast.com/learning-center/quantcast-terms/mobile-app-measurement-tos (the “License”). You may not use this file unless (1) you sign up for an account at https://www.quantcast.com and click your agreement to the License and (2) are in compliance with the License. See the License for the specific language governing permissions and limitations under the License.\n" |
| }, |
| "authors": { |
| "Quantcast Corporation": "mkamprath@quantcast.com" |
| }, |
| "source": { |
| "git": "https://github.com/quantcast/ios-measurement.git", |
| "tag": "v1.2.5" |
| }, |
| "platforms": { |
| "ios": "4.0" |
| }, |
| "source_files": "Quantcast-iOS-Measurement/*.{h,m,mm,c,cpp,xib,nib}", |
| "compiler_flags": "-fno-objc-arc", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "SystemConfiguration", |
| "CoreLocation", |
| "CoreTelephony" |
| ], |
| "weak_frameworks": "AdSupport", |
| "libraries": [ |
| "z", |
| "sqlite3" |
| ], |
| "dependencies": { |
| "JSONKit": [ |
| "~> 1.4" |
| ] |
| }, |
| "prefix_header_contents": "#define QCMEASUREMENT_ENABLE_JSONKIT 1", |
| "requires_arc": false |
| } |