[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / 0 / YCFirstTime / 1.1 / YCFirstTime.podspec.json
blob506c2ea0e74e81a04fa577c336e64dd1852242e6
2   "name": "YCFirstTime",
3   "version": "1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/yuppiu/YCFirstTime",
9   "authors": {
10     "Fabio Knoedt": "fabioknoedt@gmail.com"
11   },
12   "summary": "A lightweight library to execute Objective-C codes only once in app life or version life.",
13   "source": {
14     "git": "https://github.com/yuppiu/YCFirstTime.git",
15     "tag": "1.1"
16   },
17   "source_files": [
18     "YCFirstTime.{h,m}",
19     "Classes/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "6.0"
24   }