Skip to content

Commit

Permalink
[Add] Automattic-Tracks-iOS 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astralbodies authored and CocoaPodsBot committed May 6, 2015
1 parent c0c6367 commit 5b87936
Showing 1 changed file with 34 additions and 0 deletions.
@@ -0,0 +1,34 @@
{
"name": "Automattic-Tracks-iOS",
"version": "0.0.2",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "GPLv2"
},
"homepage": "https://github.com/automattic/automattic-tracks-ios",
"authors": {
"Aaron Douglas": "aaron@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.0.2"
},
"source_files": "Automattic-Tracks-iOS/**/*.{h,m}",
"resource_bundles": {
"DataModel": [
"Automattic-Tracks-iOS/**/*.xcdatamodeld"
]
},
"frameworks": "CoreTelephony",
"dependencies": {
"UIDeviceIdentifier": [
"~> 0.4"
],
"CocoaLumberjack": [
"~> 2.0"
]
}
}

0 comments on commit 5b87936

Please sign in to comment.