blob: edc2219b5d299a7ea70c11dc8ede52da8cbd8453 [file] [log] [blame]
{
"name": "FireUInoGoogle",
"version": "0.1.0",
"summary": "FirebaseUI without the Google static libraries.",
"description": "FirebaseUI without the hassle of using static libraries from Google.",
"homepage": "https://github.com/eeschimosu/FireUInoGoogle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eduard Ionut Ichim": "eeschimosu@gmail.com"
},
"source": {
"git": "https://github.com/eeschimosu/FireUInoGoogle.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/eeschimosu",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"Firebase": [
"~>2.2"
]
},
"ios": {
"frameworks": "UIKit"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/{Core,Util}/**/*.{h,m}"
},
{
"name": "Auth",
"source_files": "Pod/Classes/Auth/**/*.{h,m}",
"dependencies": {
"FBSDKCoreKit": [
],
"FBSDKLoginKit": [
]
},
"ios": {
"frameworks": "Accounts"
}
}
]
}