[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / f / b / SevenDigital / 1.1.1 / SevenDigital.podspec.json
blobed9ad65edecea0fb60198d655c36264522a59c31
2   "name": "SevenDigital",
3   "version": "1.1.1",
4   "summary": "The 7digital iOS SDK helps you use the 7digital API.",
5   "description": "                   The 7digital iOS SDK helps you get up and running with a project that uses the 7digital API.\n\n                   * User login \n                   * Handles OAuth for you.\n                   * Load users locker.\n                   * More to come in future\n",
6   "homepage": "http://developer.7digital.com/resources/api-docs/",
7   "license": "Apache",
8   "authors": {
9     "7digital": "support@7digital.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/7digital/7digital-iOS-SDK.git",
16     "tag": "1.1.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "public_header_files": "Classes/**/*.h",
24   "preserve_paths": "StaticLib/*.a",
25   "ios": {
26     "vendored_libraries": "StaticLib/libSevenDigital.a"
27   },
28   "libraries": "xml2",
29   "requires_arc": true,
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
32     "OTHER_LINKER_FLAGS": "-ObjC"
33   }