blob: 77f5aa26cd9ca636af235702e3e4c4e54f76203d [file] [log] [blame]
{
"name": "AviarySDK",
"version": "2.3.6",
"summary": "Aviary's photo editing SDK for iOS.",
"homepage": "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS",
"license": {
"type": "Copyright",
"text": " Copyright (c) 2012 Aviary, Inc. All rights reserved.\n"
},
"authors": {
"Aviary, Inc.": "api@aviary.com"
},
"source": {
"git": "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS.git",
"tag": "2.3.6"
},
"platforms": {
"ios": "4.0"
},
"source_files": "AviarySDK/Headers/*",
"resources": "AviarySDK/Resources/AviarySDKResources.bundle",
"preserve_paths": "AviarySDK/libAviarySDK.a",
"frameworks": [
"CoreGraphics",
"QuartzCore",
"Accelerate",
"StoreKit",
"CoreData"
],
"libraries": [
"AviarySDK",
"z",
"sqlite3"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/AviarySDK/AviarySDK\""
}
}