[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 3 / 5 / Spark-SDK / 0.1.0 / spark-sdk.podspec.json
blob30473a74d8cbb6afc038a220aa38a247de501c04
2   "name": "spark-sdk",
3   "version": "0.1.0",
4   "summary": "Cocoapod library of Spark mobile SDK for iOS",
5   "description": "                       Cocoapod library of Spark mobile SDK for iOS\n                       Longer description to follow\n",
6   "homepage": "https://github.com/spark/spark-sdk-ios",
7   "license": "LGPL v3",
8   "authors": {
9     "Ido Kleinman": "idokleinman@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/spark/spark-sdk-ios.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "spark-sdk": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "dependencies": {
27     "AFNetworking": [
29     ]
30   }