[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / 1 / e / 8 / JLDataTools / 1.0 / JLDataTools.podspec.json
blob2012bbc034d4b4aecfc2411d277f3e27e56f7acf
2   "name": "JLDataTools",
3   "version": "1.0",
4   "summary": "Handy classes for data manipulation and saving.",
5   "description": "                A handy class written for manipulating data and saving it. Helps with saving time on not having to write standard code that might be needed in many applications.   \n",
6   "homepage": "http://github.com/JJLewis",
7   "license": "Creative Commons Attributed ShareALike 3.0 License",
8   "authors": {
9     "Jordan Lewis": "jordan_j_lewis@icloud.com"
10   },
11   "social_media_url": "http://twitter.com/JordanJJLewis",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/JJLewis/JLDataTools.git",
17     "tag": "1.0"
18   },
19   "source_files": "JLDataTools",
20   "frameworks": "CoreLocation",
21   "requires_arc": true,
22   "dependencies": {
23     "CHCSVParser": [
24       "~> 2.1.0"
25     ]
26   }