[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / d / a / AviarySDK / 2.4.2 / AviarySDK.podspec.json
bloba0792e579259d7e8e51ec90cbd51d230562efb6e
2   "name": "AviarySDK",
3   "version": "2.4.2",
4   "summary": "Aviary's photo editing SDK for iOS.",
5   "homepage": "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS",
6   "license": {
7     "type": "Copyright",
8     "text": "      Copyright (c) 2012 Aviary, Inc. All rights reserved.\n"
9   },
10   "authors": {
11     "Aviary, Inc.": "api@aviary.com"
12   },
13   "source": {
14     "git": "https://github.com/AviaryInc/Mobile-Feather-SDK-for-iOS.git",
15     "tag": "2.4.2"
16   },
17   "platforms": {
18     "ios": "4.0"
19   },
20   "source_files": "AviarySDK/Headers/*",
21   "resources": "AviarySDK/Resources/AviarySDKResources.bundle",
22   "preserve_paths": "AviarySDK/libAviarySDK.a",
23   "frameworks": [
24     "CoreGraphics",
25     "QuartzCore",
26     "Accelerate",
27     "StoreKit",
28     "CoreData"
29   ],
30   "libraries": [
31     "AviarySDK",
32     "z",
33     "sqlite3"
34   ],
35   "requires_arc": true,
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-ObjC -all_load",
38     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/AviarySDK/AviarySDK\""
39   }