[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / 1 / CMIS / 0.0.3 / CMIS.podspec.json
blob028943c7f6e1fbe3a8b88339aa6005a363c037fc
2   "name": "CMIS",
3   "version": "0.0.3",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "summary": "Apache Chemistry ObjectiveCMIS.",
8   "description": "                   Apache Chemistry ObjectiveCMIS. Please see http://chemistry.apache.org/objective-c/objectivecmis.html for more details.\n",
9   "homepage": "https://github.com/FWKamil/CMIS",
10   "license": {
11     "type": "Apache License",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Kamil Kocemba": "kamil@futureworkshops.com"
16   },
17   "source": {
18     "git": "git@github.com:FWKamil/CMIS.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "CMIS/**/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": [
24     "SystemConfiguration"
25   ],
26   "xcconfig": {
27     "GCC_PREPROCESSOR_DEFINITIONS": "OBJECTIVECMIS_VERSION=@\\\"0.5.1\\\""
28   }