blob: 098b0063acaac0d4ac156f9432718f00027d894f [file] [log] [blame]
{
"name": "Automattic-Tracks-iOS",
"version": "0.2.4-beta.1",
"platforms": {
"ios": "9.0"
},
"license": {
"type": "GPLv2"
},
"homepage": "https://github.com/automattic/automattic-tracks-ios",
"authors": {
"Automattic": "mobile@automattic.com"
},
"summary": "Simple way to track events in an iOS app with Automattic Tracks internal service",
"source": {
"git": "https://github.com/Automattic/Automattic-Tracks-iOS.git",
"tag": "0.2.4-beta.1"
},
"source_files": "Automattic-Tracks-iOS/**/*.{h,m}",
"private_header_files": "Automattic-Tracks-iOS/Private/*.h",
"resource_bundles": {
"DataModel": [
"Automattic-Tracks-iOS/**/*.xcdatamodeld"
]
},
"frameworks": "CoreTelephony",
"header_dir": "AutomatticTracks",
"module_name": "AutomatticTracks",
"dependencies": {
"UIDeviceIdentifier": [
"~> 0.4"
],
"CocoaLumberjack": [
"~> 3.4.1"
],
"Reachability": [
"~>3.1"
]
}
}