blob: b53768753963bb2f6005f7479cf5e30ef822c083 [file] [log] [blame]
{
"name": "AppInfoTracker",
"version": "1.0.1",
"summary": "App information tracker for your iOS, OS X, and tvOS app",
"description": "AppInfoTracker\n* Install versions history.\n* Tell you is First launch for certain version or build or today.\n* Tell you numbers of startups for app.",
"homepage": "https://github.com/qiusuo8/AppInfoTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhao Zhihui": "zhihui.zhao.jl@gmail.com"
},
"social_media_url": "https://github.com/qiusuo8",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/qiusuo8/AppInfoTracker.git",
"tag": "1.0.1"
},
"source_files": [
"Sources/*.swift",
"Sources/AppInfoTracker.h",
"Sources/AppInfoTracker.swift"
],
"public_header_files": [
"Sources/AppInfoTracker.h"
],
"requires_arc": true,
"frameworks": "Foundation",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}