[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 4 / 5 / FMResultsMapping / 0.0.1 / FMResultsMapping.podspec.json
blob023b725a9935e9c69db5f6c4ecaeb931b83b0adf
2   "name": "FMResultsMapping",
3   "version": "0.0.1",
4   "summary": "FMResultSet extension which helps to obtain mapped results from SQLite.",
5   "description": "Small, but usefull FMResultSet extenstion which helps to obtain the results from SQLite. Inspired by (boy, almost stolen from) EasyMapping.",
6   "homepage": "https://github.com/Krivoblotsky/FMResultsMapping",
7   "license": "MIT",
8   "authors": {
9     "Serg Krivoblotsky": "krivoblotsky@me.com"
10   },
11   "source": {
12     "git": "https://github.com/Krivoblotsky/FMResultsMapping.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "dependencies": {
23     "FMDB": [
25     ]
26   }