blob: dd4501a6aa2f73ba8bc158339203ac8e93186a52 [file] [log] [blame]
{
"name": "ArtisanSDK",
"version": "2.4.3",
"summary": "Artisan is the first all-in-one platform for mobile app analytics, A/B testing, and personalization.",
"homepage": "http://useartisan.com",
"license": {
"type": "Proprietary",
"file": "FILE_LICENSE"
},
"authors": {
"Artisan": "support@useartisan.com"
},
"source": {
"git": "https://github.com/ArtisanMobile/ArtisanSDK.git",
"tag": "2.4.3"
},
"source_files": "ArtisanSDK.framework/Headers/*.h",
"platforms": {
"ios": "6.0"
},
"resources": "ArtisanSDK.bundle",
"frameworks": [
"ArtisanSDK",
"CoreData",
"CFNetwork",
"Security",
"QuartzCore",
"SystemConfiguration",
"CoreLocation"
],
"libraries": "z",
"requires_arc": true,
"documentation_url": "http://docs.useartisan.com/user-guide/",
"preserve_paths": "ArtisanSDK.framework",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)\"",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/ArtisanSDK\"",
"OTHER_LDFLAGS": "-ObjC, -lz"
}
}