[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 1 / 7 / 0 / YCFirstTime / 1.0 / YCFirstTime.podspec.json
blobb869d48a4cf818be4dded8adfb99fde8335abac9
2   "name": "YCFirstTime",
3   "version": "1.0",
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.0"
16   },
17   "source_files": [
18     "YCFirstTime.{h,m}",
19     "Classes/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "6.0"
24   }