blob: 5091d10a074a6325c634c7945d0525a311d11ac8 [file] [log] [blame]
{
"name": "EngageSDK",
"version": "0.1",
"summary": "Silverpop Engage SDK for iOS.",
"homepage": "https://github.com/Silverpop/engage-sdk-ios",
"authors": {
"Silverpop Development": "engineeringmanagement@silverpop.com"
},
"license": {
"type": "Apache 2.0",
"file": "License.txt"
},
"source": {
"git": "https://github.com/Silverpop/engage-sdk-ios.git",
"tag": "0.1"
},
"ios": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"platforms": {
"ios": "5.1"
},
"source_files": "EngageSDK/*/*.{h,m}",
"public_header_files": "EngageSDK/Public/*.h",
"requires_arc": true,
"subspecs": [
{
"name": "AFNetworking",
"dependencies": {
"AFNetworking": [
"~> 1.3"
],
"AFOAuth2Client": [
"~> 0.1"
]
}
}
]
}