[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 3 / 4 / AeroGear / 1.0.0 / AeroGear.podspec.json
blobfd37eba9790a66f2c84ffee6e1bd115625df398d
2   "name": "AeroGear",
3   "version": "1.0.0",
4   "summary": "Provides a lightweight set of utilities for communication, security, storage and more.",
5   "homepage": "https://github.com/aerogear/aerogear-ios",
6   "license": "Apache License, Version 2.0",
7   "authors": "Red Hat, Inc.",
8   "source": {
9     "git": "https://github.com/aerogear/aerogear-ios.git",
10     "tag": "1.0.0"
11   },
12   "platforms": {
13     "ios": null
14   },
15   "source_files": "AeroGear-iOS/AeroGear-iOS/**/*.{h,m}",
16   "public_header_files": [
17     "AeroGear-iOS/AeroGear-iOS/AeroGear.h",
18     "AeroGear-iOS/AeroGear-iOS/config/AGConfig.h",
19     "AeroGear-iOS/AeroGear-iOS/pipeline/AGPipe.h",
20     "AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeline.h",
21     "AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeConfig.h",
22     "AeroGear-iOS/AeroGear-iOS/pipeline/AGNSMutableArray+Paging.h",
23     "AeroGear-iOS/AeroGear-iOS/datamanager/AGStore.h",
24     "AeroGear-iOS/AeroGear-iOS/datamanager/AGDataManager.h",
25     "AeroGear-iOS/AeroGear-iOS/datamanager/AGStoreConfig.h",
26     "AeroGear-iOS/AeroGear-iOS/security/AGAuthenticationModule.h",
27     "AeroGear-iOS/AeroGear-iOS/security/AGAuthenticator.h",
28     "AeroGear-iOS/AeroGear-iOS/security/AGAuthConfig.h"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "AFNetworking": [
33       "1.0RC1"
34     ]
35   }