[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / b / MobileConnect / 1.0.1 / MobileConnect.podspec.json
blob8518ee993f8e3ab2bca90bc4833899568a8bc4a8
2   "name": "MobileConnect",
3   "version": "1.0.1",
4   "summary": "Mobile Connect SDK for iOS",
5   "description": "\n                    Mobile Connect SDK the Cocoa platform (iOS and Mac OS X)\n                    * Authenticate\n                    * Fetch Profile\n                    * Allows for blocks or delegates\n                    * Offers archivable credentials\n                    * Easy to read implementation and interface\n                    \n",
6   "homepage": "https://github.com/Etalio/etalio-cocoa-sdk",
7   "license": "Apache-2.0",
8   "authors": {
9     "Screen Interaction": "contact@screeninteraction.com"
10   },
11   "source": {
12     "git": "https://github.com/Etalio/etalio-cocoa-sdk.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "dependencies": {
19     "BETOAuth2Client": [
21     ]
22   },
23   "resources": "Etalio/**/*.{private}",
24   "source_files": "Etalio/**/*.{h,m}",
25   "requires_arc": true,
26   "exclude_files": "Etalio/Security/*.{h,m}",
27   "subspecs": [
28     {
29       "name": "no-arc",
30       "requires_arc": false,
31       "source_files": "Etalio/Security/*.{h,m}"
32     }
33   ]